Shades of Tea Rose #F990CF
Tints of Tea Rose #F990CF
RGB
CMYK
RGB Variations
Color information
#F990CF (or 0xF990CF) is known color: Tea Rose. HEX triplet: F9, 90 and CF. RGB value is (249,144,207). Sum of RGB (Red+Green+Blue) = 249+144+207=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F990CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990CF is #066F30. Grayscale: #B6B6B6. Windows color (decimal): -421681 or 13603065. OLE color: 13603065.
HSL color Cylindrical-coordinate representation of color #F990CF: hue angle of 324º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990CF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 207 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.02 |
| HSL | 324º | 0.9% | 0.77% | - |
| HSV(B) | 324º | 0.42% | 0.98% | - |
| XYZ | 60.3 | 44.59 | 64.46 | - |
| YUV | 182.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 207 | 0 | 0.42 | 0.17 | 0.02 | 324 | 0.9 | 0.77 |
| Hex | F9 | 90 | CF | 0 | 2A | 11 | 2 | 144 | 5A | 4D |
| Octal | 371 | 220 | 317 | 0 | 52 | 21 | 2 | 504 | 132 | 115 |
| Binary | 11111001 | 10010000 | 11001111 | 0 | 101010 | 10001 | 10 | 101000100 | 1011010 | 1001101 |
Color Harmonies of #F990CF
Complementary color
Monochromatic Colors of #F990CF
Black with #F990CF
Text Example
Text Example
White with #F990CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990CF; }
p { color: rgb(249,144,207); }
H1.HeaderClassName
{
color: #F990CF;
}
.AnyTagClassName
{
color: #F990CF;
}
</style>
background-color css
<style>
a { background-color: #F990CF; }
a { background-color: rgb(249,144,207); }
div.DivClassName
{
background-color: #F990CF;
}
.BgClassName
{
background-color: #F990CF;
}
</style>
border-color css
<style>
span { border-color: #F990CF; }
span { border-color: rgb(249,144,207); }
td.TdClassName
{
border-color: #F990CF;
}
.TagClassName
{
border-color: #F990CF;
}
</style>