Shades of Tea Rose #FF90CF
Tints of Tea Rose #FF90CF
RGB
CMYK
RGB Variations
Color information
#FF90CF (or 0xFF90CF) is known color: Tea Rose. HEX triplet: FF, 90 and CF. RGB value is (255,144,207). Sum of RGB (Red+Green+Blue) = 255+144+207=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CF is #006F30. Grayscale: #B8B8B8. Windows color (decimal): -28465 or 13603071. OLE color: 13603071.
HSL color Cylindrical-coordinate representation of color #FF90CF: hue angle of 325.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90CF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 207 | - |
| CMYK | 0 | 0.44 | 0.19 | 0 |
| HSL | 325.95º | 1% | 0.78% | - |
| HSV(B) | 325.95º | 0.44% | 1% | - |
| XYZ | 62.48 | 45.71 | 64.56 | - |
| YUV | 184.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 207 | 0 | 0.44 | 0.19 | 0 | 325.95 | 1 | 0.78 |
| Hex | FF | 90 | CF | 0 | 2C | 13 | 0 | 146 | 64 | 4E |
| Octal | 377 | 220 | 317 | 0 | 54 | 23 | 0 | 506 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11001111 | 0 | 101100 | 10011 | 0 | 101000110 | 1100100 | 1001110 |
Color Harmonies of #FF90CF
Complementary color
Monochromatic Colors of #FF90CF
Black with #FF90CF
Text Example
Text Example
White with #FF90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90CF; }
p { color: rgb(255,144,207); }
H1.HeaderClassName
{
color: #FF90CF;
}
.AnyTagClassName
{
color: #FF90CF;
}
</style>
background-color css
<style>
a { background-color: #FF90CF; }
a { background-color: rgb(255,144,207); }
div.DivClassName
{
background-color: #FF90CF;
}
.BgClassName
{
background-color: #FF90CF;
}
</style>
border-color css
<style>
span { border-color: #FF90CF; }
span { border-color: rgb(255,144,207); }
td.TdClassName
{
border-color: #FF90CF;
}
.TagClassName
{
border-color: #FF90CF;
}
</style>