Shades of Tea Rose #F07FCC
Tints of Tea Rose #F07FCC
RGB
CMYK
RGB Variations
Color information
#F07FCC (or 0xF07FCC) is known color: Tea Rose. HEX triplet: F0, 7F and CC. RGB value is (240,127,204). Sum of RGB (Red+Green+Blue) = 240+127+204=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FCC is #0F8033. Grayscale: #A9A9A9. Windows color (decimal): -1015860 or 13402096. OLE color: 13402096.
HSL color Cylindrical-coordinate representation of color #F07FCC: hue angle of 319.12º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FCC is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 204 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.06 |
| HSL | 319.12º | 0.79% | 0.72% | - |
| HSV(B) | 319.12º | 0.47% | 0.94% | - |
| XYZ | 54.42 | 38.06 | 61.61 | - |
| YUV | 169.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 204 | 0 | 0.47 | 0.15 | 0.06 | 319.12 | 0.79 | 0.72 |
| Hex | F0 | 7F | CC | 0 | 2F | F | 6 | 13F | 4F | 48 |
| Octal | 360 | 177 | 314 | 0 | 57 | 17 | 6 | 477 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11001100 | 0 | 101111 | 1111 | 110 | 100111111 | 1001111 | 1001000 |
Color Harmonies of #F07FCC
Complementary color
Monochromatic Colors of #F07FCC
Black with #F07FCC
Text Example
Text Example
White with #F07FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FCC; }
p { color: rgb(240,127,204); }
H1.HeaderClassName
{
color: #F07FCC;
}
.AnyTagClassName
{
color: #F07FCC;
}
</style>
background-color css
<style>
a { background-color: #F07FCC; }
a { background-color: rgb(240,127,204); }
div.DivClassName
{
background-color: #F07FCC;
}
.BgClassName
{
background-color: #F07FCC;
}
</style>
border-color css
<style>
span { border-color: #F07FCC; }
span { border-color: rgb(240,127,204); }
td.TdClassName
{
border-color: #F07FCC;
}
.TagClassName
{
border-color: #F07FCC;
}
</style>