Shades of Tea Rose #F07CCD
Tints of Tea Rose #F07CCD
RGB
CMYK
RGB Variations
Color information
#F07CCD (or 0xF07CCD) is known color: Tea Rose. HEX triplet: F0, 7C and CD. RGB value is (240,124,205). Sum of RGB (Red+Green+Blue) = 240+124+205=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCD is #0F8332. Grayscale: #A7A7A7. Windows color (decimal): -1016627 or 13466864. OLE color: 13466864.
HSL color Cylindrical-coordinate representation of color #F07CCD: hue angle of 318.1º 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 #F07CCD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 205 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 318.1º | 0.79% | 0.71% | - |
| HSV(B) | 318.1º | 0.48% | 0.94% | - |
| XYZ | 54.16 | 37.35 | 62.11 | - |
| YUV | 167.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 205 | 0 | 0.48 | 0.15 | 0.06 | 318.1 | 0.79 | 0.71 |
| Hex | F0 | 7C | CD | 0 | 30 | F | 6 | 13E | 4F | 47 |
| Octal | 360 | 174 | 315 | 0 | 60 | 17 | 6 | 476 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11001101 | 0 | 110000 | 1111 | 110 | 100111110 | 1001111 | 1000111 |
Color Harmonies of #F07CCD
Complementary color
Monochromatic Colors of #F07CCD
Black with #F07CCD
Text Example
Text Example
White with #F07CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CCD; }
p { color: rgb(240,124,205); }
H1.HeaderClassName
{
color: #F07CCD;
}
.AnyTagClassName
{
color: #F07CCD;
}
</style>
background-color css
<style>
a { background-color: #F07CCD; }
a { background-color: rgb(240,124,205); }
div.DivClassName
{
background-color: #F07CCD;
}
.BgClassName
{
background-color: #F07CCD;
}
</style>
border-color css
<style>
span { border-color: #F07CCD; }
span { border-color: rgb(240,124,205); }
td.TdClassName
{
border-color: #F07CCD;
}
.TagClassName
{
border-color: #F07CCD;
}
</style>