Shades of Tea Rose #F090CC
Tints of Tea Rose #F090CC
RGB
CMYK
RGB Variations
Color information
#F090CC (or 0xF090CC) is known color: Tea Rose. HEX triplet: F0, 90 and CC. RGB value is (240,144,204). Sum of RGB (Red+Green+Blue) = 240+144+204=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F090CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090CC is #0F6F33. Grayscale: #B3B3B3. Windows color (decimal): -1011508 or 13406448. OLE color: 13406448.
HSL color Cylindrical-coordinate representation of color #F090CC: hue angle of 322.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090CC is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 204 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.06 |
| HSL | 322.5º | 0.76% | 0.75% | - |
| HSV(B) | 322.5º | 0.4% | 0.94% | - |
| XYZ | 56.81 | 42.83 | 62.4 | - |
| YUV | 179.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 204 | 0 | 0.4 | 0.15 | 0.06 | 322.5 | 0.76 | 0.75 |
| Hex | F0 | 90 | CC | 0 | 28 | F | 6 | 142 | 4C | 4B |
| Octal | 360 | 220 | 314 | 0 | 50 | 17 | 6 | 502 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11001100 | 0 | 101000 | 1111 | 110 | 101000010 | 1001100 | 1001011 |
Color Harmonies of #F090CC
Complementary color
Monochromatic Colors of #F090CC
Black with #F090CC
Text Example
Text Example
White with #F090CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090CC; }
p { color: rgb(240,144,204); }
H1.HeaderClassName
{
color: #F090CC;
}
.AnyTagClassName
{
color: #F090CC;
}
</style>
background-color css
<style>
a { background-color: #F090CC; }
a { background-color: rgb(240,144,204); }
div.DivClassName
{
background-color: #F090CC;
}
.BgClassName
{
background-color: #F090CC;
}
</style>
border-color css
<style>
span { border-color: #F090CC; }
span { border-color: rgb(240,144,204); }
td.TdClassName
{
border-color: #F090CC;
}
.TagClassName
{
border-color: #F090CC;
}
</style>