Conversions · Details · Harmonies · Images · Preview · CSS · Help
New: Converting Colors offers a new tool to do mass color conversions.
Format | Color |
---|---|
Hex | FF009E |
RGB | 255, 0, 158 |
RGB Percent | 100%, 0%, 62% |
CMY | 0.0000, 1.0000, 0.3804 |
CMYK | 0.00, 1.00, 0.38, 0.00 |
HSV | 323°, 100%, 100% |
CIELab | 55.82, 86.99, -12.44 |
XYZ | 47.4116, 23.7286, 34.4290 |
RYB | 255, 0, 158 |
Decimal | 16711838 |
Format | Color |
---|---|
HSL | 323°, 100%, 50% |
CIELCh | 56, 87.875, 351.865 |
Yxy | 23.7286, 0.4491, 0.2248 |
Android (android.graphics.Color) | 4294901918 (0xFFFF009E) |
YUV | 94.2570, 31.4253, 140.9716 |
Add this color to the bucket (The bucket allows you to create a color palette) |
Get Conversions and Harmonies as JSON or XML via the REST API.
The Hex color FF009E is a dark color, and the websafe version is hex FF0099. The color can be described as middle saturated rose. A complement of this color would be 00FF61, and the grayscale version is 5E5E5E.
A 20% lighter version of the original color is FF65D5, and C0006B is the 20% darker color. If you saturate the color by 10%, you get FF009E, and if you desaturate by 10%, it is FF19A8.
These gradients show how the Hex color FF009E changes by changing the brightness by 10 percent. The first figure shows a shift by +10% for each color and the second figure -10%.
Similar to the brightness gradients but the following show a change of the Hex color FF009E by changing the saturation by 10% instead.
The analogous color harmony consists of three colors that are next to each other on the color wheel.
The triadic color harmony groups three colors that are evenly spaced from another and form a triangle on the color wheel.
The complementary color scheme is a pair of colors which are on the opposite of each other on the color wheel.
Split-complementary colors differ from the complementary color scheme. The scheme consists of three colors, the original color and two neighbors of the complement color.
The square scheme is like the rectangle color scheme, but the four colors are evenly spaced on the color wheel.
The rectangle color scheme consists of four colors that form a rectangle on the color wheel.
The sweet spot groups the original color and five complimentary colors.
This preview shows how the Hex color FF009E looks on a white background.
The color contrast ratio for these colors is 3.65, which passes the AA level for large text above 18pt. Details can be found at https://www.w3.org/TR/WCAG20/.
This preview shows how the Hex color FF009E looks on a black background.
The color contrast ratio for these colors is 5.75, which passes the AA level of the Web Content Accessibility Guidelines (WCAG) 2.0 for any text size and the AAA level for large text above 18pt. Details can be found at https://www.w3.org/TR/WCAG20/.
This preview shows how black text looks on a background with the Hex color FF009E.
This preview shows how white text looks on a background with the Hex color FF009E.
The CSS property to change the color of the text to Hex FF009E is called "color". The color property can be set on classes, ids or directly on the HTML element .text, #text, p{ color:#FF009E }
.
This example shows how text in the color #FF009E looks like.
If you want to add a text shadow in that color use .shadow{ text-shadow: 4px 4px 2px #FF009E }
.
Here you see how black text with a 4 pixel #FF009E colored shadow looks like.
This example shows the color as border, it can be applied via the CSS property "border" or "border-color".
The CSS property to change the border of an element to Hex FF009E is called "border". The border property can be set on classes, ids or directly on the HTML element .border, #border, table{ border:4px solid #FF009E }
.
If only the border color should be changed .border{ border-color:#FF009E }
can be used.
Here you see how a box with a 4 pixel #FF009E colored shadow looks like.
If you want to add a box shadow in that color use .boxshadow{ -moz-box-shadow:4px 4px 4px 4px #FF009E; -webkit-box-shadow:4px 4px 4px 4px #FF009E; box-shadow:4px 4px 4px 4px #FF009E }
.
The CSS property to change the background color of an element to Hex FF009E is called "background". The background property can be set on classes, ids or directly on the HTML element .background, #background, body{ background:#FF009E }
.
If only the background color should be changed .background{ background-color:#FF009E }
can be used.
This example shows the color as background, it is applied via the CSS property "background".
To optimize and compress your CSS code, you can use our online CSS compressor and optimizer based on csstidy. If you want to create a linear gradient as background or border, check our CSS Gradient Generator.
To convert, paste a string in one of these color formats, for example, "FF009E", into the input field and click on convert. The result will be in the section Color Conversions, and the following sections will provide you with further details on the color.
Some color formats use the same notation, and the conversion will guess the composition of the search query. As an example, if you try to convert the string "323°, 100%, 100%" it could be an HSV or HSL color, the conversion will assume HSL in this case.
As this could lead to wrong conversions, you can define which format you are passing by wrapping your color string in brackets with the format in front. The search string "HSV(323°, 100%, 100%)" will give you the correct HSV color as there is no need to guess the format. Other examples would be "CIELAB(55.82, 86.99, -12.44)", "CIELCH(56, 87.875, 351.865)", "YXY(23.7286, 0.4491, 0.2248)" and "CMYK(0.00, 1.00, 0.38, 0.00)".