Shades of Tea Rose #F87CCD
Tints of Tea Rose #F87CCD
RGB
CMYK
RGB Variations
Color information
#F87CCD (or 0xF87CCD) is known color: Tea Rose. HEX triplet: F8, 7C and CD. RGB value is (248,124,205). Sum of RGB (Red+Green+Blue) = 248+124+205=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CCD is #078332. Grayscale: #AAAAAA. Windows color (decimal): -492339 or 13466872. OLE color: 13466872.
HSL color Cylindrical-coordinate representation of color #F87CCD: hue angle of 320.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87CCD is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 205 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.03 |
| HSL | 320.81º | 0.9% | 0.73% | - |
| HSV(B) | 320.81º | 0.5% | 0.97% | - |
| XYZ | 56.94 | 38.78 | 62.24 | - |
| YUV | 170.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 205 | 0 | 0.5 | 0.17 | 0.03 | 320.81 | 0.9 | 0.73 |
| Hex | F8 | 7C | CD | 0 | 32 | 11 | 3 | 141 | 5A | 49 |
| Octal | 370 | 174 | 315 | 0 | 62 | 21 | 3 | 501 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11001101 | 0 | 110010 | 10001 | 11 | 101000001 | 1011010 | 1001001 |
Color Harmonies of #F87CCD
Complementary color
Monochromatic Colors of #F87CCD
Black with #F87CCD
Text Example
Text Example
White with #F87CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CCD; }
p { color: rgb(248,124,205); }
H1.HeaderClassName
{
color: #F87CCD;
}
.AnyTagClassName
{
color: #F87CCD;
}
</style>
background-color css
<style>
a { background-color: #F87CCD; }
a { background-color: rgb(248,124,205); }
div.DivClassName
{
background-color: #F87CCD;
}
.BgClassName
{
background-color: #F87CCD;
}
</style>
border-color css
<style>
span { border-color: #F87CCD; }
span { border-color: rgb(248,124,205); }
td.TdClassName
{
border-color: #F87CCD;
}
.TagClassName
{
border-color: #F87CCD;
}
</style>