Shades of Tea Rose #F08FCD
Tints of Tea Rose #F08FCD
RGB
CMYK
RGB Variations
Color information
#F08FCD (or 0xF08FCD) is known color: Tea Rose. HEX triplet: F0, 8F and CD. RGB value is (240,143,205). Sum of RGB (Red+Green+Blue) = 240+143+205=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FCD is #0F7032. Grayscale: #B2B2B2. Windows color (decimal): -1011763 or 13471728. OLE color: 13471728.
HSL color Cylindrical-coordinate representation of color #F08FCD: hue angle of 321.65º 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 #F08FCD is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 205 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 321.65º | 0.76% | 0.75% | - |
| HSV(B) | 321.65º | 0.4% | 0.94% | - |
| XYZ | 56.78 | 42.58 | 62.98 | - |
| YUV | 179.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 205 | 0 | 0.40 | 0.15 | 0.06 | 321.65 | 0.76 | 0.75 |
| Hex | F0 | 8F | CD | 0 | 28 | F | 6 | 142 | 4C | 4B |
| Octal | 360 | 217 | 315 | 0 | 50 | 17 | 6 | 502 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11001101 | 0 | 101000 | 1111 | 110 | 101000010 | 1001100 | 1001011 |
Color Harmonies of #F08FCD
Complementary color
Monochromatic Colors of #F08FCD
Black with #F08FCD
Text Example
Text Example
White with #F08FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FCD; }
p { color: rgb(240,143,205); }
H1.HeaderClassName
{
color: #F08FCD;
}
.AnyTagClassName
{
color: #F08FCD;
}
</style>
background-color css
<style>
a { background-color: #F08FCD; }
a { background-color: rgb(240,143,205); }
div.DivClassName
{
background-color: #F08FCD;
}
.BgClassName
{
background-color: #F08FCD;
}
</style>
border-color css
<style>
span { border-color: #F08FCD; }
span { border-color: rgb(240,143,205); }
td.TdClassName
{
border-color: #F08FCD;
}
.TagClassName
{
border-color: #F08FCD;
}
</style>