Shades of Tea Rose #F07DCC
Tints of Tea Rose #F07DCC
RGB
CMYK
RGB Variations
Color information
#F07DCC (or 0xF07DCC) is known color: Tea Rose. HEX triplet: F0, 7D and CC. RGB value is (240,125,204). Sum of RGB (Red+Green+Blue) = 240+125+204=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DCC is #0F8233. Grayscale: #A8A8A8. Windows color (decimal): -1016372 or 13401584. OLE color: 13401584.
HSL color Cylindrical-coordinate representation of color #F07DCC: hue angle of 318.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DCC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 204 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 318.78º | 0.79% | 0.72% | - |
| HSV(B) | 318.78º | 0.48% | 0.94% | - |
| XYZ | 54.17 | 37.55 | 61.52 | - |
| YUV | 168.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 204 | 0 | 0.48 | 0.15 | 0.06 | 318.78 | 0.79 | 0.72 |
| Hex | F0 | 7D | CC | 0 | 30 | F | 6 | 13F | 4F | 48 |
| Octal | 360 | 175 | 314 | 0 | 60 | 17 | 6 | 477 | 117 | 110 |
| Binary | 11110000 | 1111101 | 11001100 | 0 | 110000 | 1111 | 110 | 100111111 | 1001111 | 1001000 |
Color Harmonies of #F07DCC
Complementary color
Monochromatic Colors of #F07DCC
Black with #F07DCC
Text Example
Text Example
White with #F07DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DCC; }
p { color: rgb(240,125,204); }
H1.HeaderClassName
{
color: #F07DCC;
}
.AnyTagClassName
{
color: #F07DCC;
}
</style>
background-color css
<style>
a { background-color: #F07DCC; }
a { background-color: rgb(240,125,204); }
div.DivClassName
{
background-color: #F07DCC;
}
.BgClassName
{
background-color: #F07DCC;
}
</style>
border-color css
<style>
span { border-color: #F07DCC; }
span { border-color: rgb(240,125,204); }
td.TdClassName
{
border-color: #F07DCC;
}
.TagClassName
{
border-color: #F07DCC;
}
</style>