Shades of Tea Rose #F87FCD
Tints of Tea Rose #F87FCD
RGB
CMYK
RGB Variations
Color information
#F87FCD (or 0xF87FCD) is known color: Tea Rose. HEX triplet: F8, 7F and CD. RGB value is (248,127,205). Sum of RGB (Red+Green+Blue) = 248+127+205=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FCD is #078032. Grayscale: #ABABAB. Windows color (decimal): -491571 or 13467640. OLE color: 13467640.
HSL color Cylindrical-coordinate representation of color #F87FCD: hue angle of 321.32º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FCD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 205 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 321.32º | 0.9% | 0.74% | - |
| HSV(B) | 321.32º | 0.49% | 0.97% | - |
| XYZ | 57.32 | 39.54 | 62.37 | - |
| YUV | 172.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 205 | 0 | 0.49 | 0.17 | 0.03 | 321.32 | 0.9 | 0.74 |
| Hex | F8 | 7F | CD | 0 | 31 | 11 | 3 | 141 | 5A | 4A |
| Octal | 370 | 177 | 315 | 0 | 61 | 21 | 3 | 501 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11001101 | 0 | 110001 | 10001 | 11 | 101000001 | 1011010 | 1001010 |
Color Harmonies of #F87FCD
Complementary color
Monochromatic Colors of #F87FCD
Black with #F87FCD
Text Example
Text Example
White with #F87FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FCD; }
p { color: rgb(248,127,205); }
H1.HeaderClassName
{
color: #F87FCD;
}
.AnyTagClassName
{
color: #F87FCD;
}
</style>
background-color css
<style>
a { background-color: #F87FCD; }
a { background-color: rgb(248,127,205); }
div.DivClassName
{
background-color: #F87FCD;
}
.BgClassName
{
background-color: #F87FCD;
}
</style>
border-color css
<style>
span { border-color: #F87FCD; }
span { border-color: rgb(248,127,205); }
td.TdClassName
{
border-color: #F87FCD;
}
.TagClassName
{
border-color: #F87FCD;
}
</style>