Shades of Tea Rose #F08FCC
Tints of Tea Rose #F08FCC
RGB
CMYK
RGB Variations
Color information
#F08FCC (or 0xF08FCC) is known color: Tea Rose. HEX triplet: F0, 8F and CC. RGB value is (240,143,204). Sum of RGB (Red+Green+Blue) = 240+143+204=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FCC is #0F7033. Grayscale: #B2B2B2. Windows color (decimal): -1011764 or 13406192. OLE color: 13406192.
HSL color Cylindrical-coordinate representation of color #F08FCC: hue angle of 322.27º 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 #F08FCC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 204 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 322.27º | 0.76% | 0.75% | - |
| HSV(B) | 322.27º | 0.4% | 0.94% | - |
| XYZ | 56.66 | 42.53 | 62.35 | - |
| YUV | 178.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 204 | 0 | 0.40 | 0.15 | 0.06 | 322.27 | 0.76 | 0.75 |
| Hex | F0 | 8F | CC | 0 | 28 | F | 6 | 142 | 4C | 4B |
| Octal | 360 | 217 | 314 | 0 | 50 | 17 | 6 | 502 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11001100 | 0 | 101000 | 1111 | 110 | 101000010 | 1001100 | 1001011 |
Color Harmonies of #F08FCC
Complementary color
Monochromatic Colors of #F08FCC
Black with #F08FCC
Text Example
Text Example
White with #F08FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FCC; }
p { color: rgb(240,143,204); }
H1.HeaderClassName
{
color: #F08FCC;
}
.AnyTagClassName
{
color: #F08FCC;
}
</style>
background-color css
<style>
a { background-color: #F08FCC; }
a { background-color: rgb(240,143,204); }
div.DivClassName
{
background-color: #F08FCC;
}
.BgClassName
{
background-color: #F08FCC;
}
</style>
border-color css
<style>
span { border-color: #F08FCC; }
span { border-color: rgb(240,143,204); }
td.TdClassName
{
border-color: #F08FCC;
}
.TagClassName
{
border-color: #F08FCC;
}
</style>