Shades of Tea Rose #F07CCE
Tints of Tea Rose #F07CCE
RGB
CMYK
RGB Variations
Color information
#F07CCE (or 0xF07CCE) is known color: Tea Rose. HEX triplet: F0, 7C and CE. RGB value is (240,124,206). Sum of RGB (Red+Green+Blue) = 240+124+206=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCE is #0F8331. Grayscale: #A7A7A7. Windows color (decimal): -1016626 or 13532400. OLE color: 13532400.
HSL color Cylindrical-coordinate representation of color #F07CCE: hue angle of 317.59º 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 #F07CCE is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 206 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.06 |
| HSL | 317.59º | 0.79% | 0.71% | - |
| HSV(B) | 317.59º | 0.48% | 0.94% | - |
| XYZ | 54.28 | 37.4 | 62.75 | - |
| YUV | 168.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 206 | 0 | 0.48 | 0.14 | 0.06 | 317.59 | 0.79 | 0.71 |
| Hex | F0 | 7C | CE | 0 | 30 | E | 6 | 13E | 4F | 47 |
| Octal | 360 | 174 | 316 | 0 | 60 | 16 | 6 | 476 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11001110 | 0 | 110000 | 1110 | 110 | 100111110 | 1001111 | 1000111 |
Color Harmonies of #F07CCE
Complementary color
Monochromatic Colors of #F07CCE
Black with #F07CCE
Text Example
Text Example
White with #F07CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CCE; }
p { color: rgb(240,124,206); }
H1.HeaderClassName
{
color: #F07CCE;
}
.AnyTagClassName
{
color: #F07CCE;
}
</style>
background-color css
<style>
a { background-color: #F07CCE; }
a { background-color: rgb(240,124,206); }
div.DivClassName
{
background-color: #F07CCE;
}
.BgClassName
{
background-color: #F07CCE;
}
</style>
border-color css
<style>
span { border-color: #F07CCE; }
span { border-color: rgb(240,124,206); }
td.TdClassName
{
border-color: #F07CCE;
}
.TagClassName
{
border-color: #F07CCE;
}
</style>