Shades of Tea Rose #F87ECF
Tints of Tea Rose #F87ECF
RGB
CMYK
RGB Variations
Color information
#F87ECF (or 0xF87ECF) is known color: Tea Rose. HEX triplet: F8, 7E and CF. RGB value is (248,126,207). Sum of RGB (Red+Green+Blue) = 248+126+207=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ECF is #078130. Grayscale: #ABABAB. Windows color (decimal): -491825 or 13598456. OLE color: 13598456.
HSL color Cylindrical-coordinate representation of color #F87ECF: hue angle of 320.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87ECF is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 207 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 320.16º | 0.9% | 0.73% | - |
| HSV(B) | 320.16º | 0.49% | 0.97% | - |
| XYZ | 57.43 | 39.38 | 63.61 | - |
| YUV | 171.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 207 | 0 | 0.49 | 0.17 | 0.03 | 320.16 | 0.9 | 0.73 |
| Hex | F8 | 7E | CF | 0 | 31 | 11 | 3 | 140 | 5A | 49 |
| Octal | 370 | 176 | 317 | 0 | 61 | 21 | 3 | 500 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11001111 | 0 | 110001 | 10001 | 11 | 101000000 | 1011010 | 1001001 |
Color Harmonies of #F87ECF
Complementary color
Monochromatic Colors of #F87ECF
Black with #F87ECF
Text Example
Text Example
White with #F87ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ECF; }
p { color: rgb(248,126,207); }
H1.HeaderClassName
{
color: #F87ECF;
}
.AnyTagClassName
{
color: #F87ECF;
}
</style>
background-color css
<style>
a { background-color: #F87ECF; }
a { background-color: rgb(248,126,207); }
div.DivClassName
{
background-color: #F87ECF;
}
.BgClassName
{
background-color: #F87ECF;
}
</style>
border-color css
<style>
span { border-color: #F87ECF; }
span { border-color: rgb(248,126,207); }
td.TdClassName
{
border-color: #F87ECF;
}
.TagClassName
{
border-color: #F87ECF;
}
</style>