Shades of Tea Rose #F07CCC
Tints of Tea Rose #F07CCC
RGB
CMYK
RGB Variations
Color information
#F07CCC (or 0xF07CCC) is known color: Tea Rose. HEX triplet: F0, 7C and CC. RGB value is (240,124,204). Sum of RGB (Red+Green+Blue) = 240+124+204=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCC is #0F8333. Grayscale: #A7A7A7. Windows color (decimal): -1016628 or 13401328. OLE color: 13401328.
HSL color Cylindrical-coordinate representation of color #F07CCC: hue angle of 318.62º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CCC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 204 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 318.62º | 0.79% | 0.71% | - |
| HSV(B) | 318.62º | 0.48% | 0.94% | - |
| XYZ | 54.04 | 37.3 | 61.48 | - |
| YUV | 167.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 204 | 0 | 0.48 | 0.15 | 0.06 | 318.62 | 0.79 | 0.71 |
| Hex | F0 | 7C | CC | 0 | 30 | F | 6 | 13F | 4F | 47 |
| Octal | 360 | 174 | 314 | 0 | 60 | 17 | 6 | 477 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11001100 | 0 | 110000 | 1111 | 110 | 100111111 | 1001111 | 1000111 |
Color Harmonies of #F07CCC
Complementary color
Monochromatic Colors of #F07CCC
Black with #F07CCC
Text Example
Text Example
White with #F07CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CCC; }
p { color: rgb(240,124,204); }
H1.HeaderClassName
{
color: #F07CCC;
}
.AnyTagClassName
{
color: #F07CCC;
}
</style>
background-color css
<style>
a { background-color: #F07CCC; }
a { background-color: rgb(240,124,204); }
div.DivClassName
{
background-color: #F07CCC;
}
.BgClassName
{
background-color: #F07CCC;
}
</style>
border-color css
<style>
span { border-color: #F07CCC; }
span { border-color: rgb(240,124,204); }
td.TdClassName
{
border-color: #F07CCC;
}
.TagClassName
{
border-color: #F07CCC;
}
</style>