Shades of Tea Rose #F08FC3
Tints of Tea Rose #F08FC3
RGB
CMYK
RGB Variations
Color information
#F08FC3 (or 0xF08FC3) is known color: Tea Rose. HEX triplet: F0, 8F and C3. RGB value is (240,143,195). Sum of RGB (Red+Green+Blue) = 240+143+195=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC3 is #0F703C. Grayscale: #B1B1B1. Windows color (decimal): -1011773 or 12816368. OLE color: 12816368.
HSL color Cylindrical-coordinate representation of color #F08FC3: hue angle of 327.84º 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 #F08FC3 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 195 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.06 |
| HSL | 327.84º | 0.76% | 0.75% | - |
| HSV(B) | 327.84º | 0.4% | 0.94% | - |
| XYZ | 55.61 | 42.11 | 56.83 | - |
| YUV | 177.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 195 | 0 | 0.40 | 0.19 | 0.06 | 327.84 | 0.76 | 0.75 |
| Hex | F0 | 8F | C3 | 0 | 28 | 13 | 6 | 148 | 4C | 4B |
| Octal | 360 | 217 | 303 | 0 | 50 | 23 | 6 | 510 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11000011 | 0 | 101000 | 10011 | 110 | 101001000 | 1001100 | 1001011 |
Color Harmonies of #F08FC3
Complementary color
Monochromatic Colors of #F08FC3
Black with #F08FC3
Text Example
Text Example
White with #F08FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FC3; }
p { color: rgb(240,143,195); }
H1.HeaderClassName
{
color: #F08FC3;
}
.AnyTagClassName
{
color: #F08FC3;
}
</style>
background-color css
<style>
a { background-color: #F08FC3; }
a { background-color: rgb(240,143,195); }
div.DivClassName
{
background-color: #F08FC3;
}
.BgClassName
{
background-color: #F08FC3;
}
</style>
border-color css
<style>
span { border-color: #F08FC3; }
span { border-color: rgb(240,143,195); }
td.TdClassName
{
border-color: #F08FC3;
}
.TagClassName
{
border-color: #F08FC3;
}
</style>