Shades of Tea Rose #F87EC4
Tints of Tea Rose #F87EC4
RGB
CMYK
RGB Variations
Color information
#F87EC4 (or 0xF87EC4) is known color: Tea Rose. HEX triplet: F8, 7E and C4. RGB value is (248,126,196). Sum of RGB (Red+Green+Blue) = 248+126+196=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EC4 is #07813B. Grayscale: #AAAAAA. Windows color (decimal): -491836 or 12877560. OLE color: 12877560.
HSL color Cylindrical-coordinate representation of color #F87EC4: hue angle of 325.57º 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 #F87EC4 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 196 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.03 |
| HSL | 325.57º | 0.9% | 0.73% | - |
| HSV(B) | 325.57º | 0.49% | 0.97% | - |
| XYZ | 56.14 | 38.86 | 56.77 | - |
| YUV | 170.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 196 | 0 | 0.49 | 0.21 | 0.03 | 325.57 | 0.9 | 0.73 |
| Hex | F8 | 7E | C4 | 0 | 31 | 15 | 3 | 146 | 5A | 49 |
| Octal | 370 | 176 | 304 | 0 | 61 | 25 | 3 | 506 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11000100 | 0 | 110001 | 10101 | 11 | 101000110 | 1011010 | 1001001 |
Color Harmonies of #F87EC4
Complementary color
Monochromatic Colors of #F87EC4
Black with #F87EC4
Text Example
Text Example
White with #F87EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87EC4; }
p { color: rgb(248,126,196); }
H1.HeaderClassName
{
color: #F87EC4;
}
.AnyTagClassName
{
color: #F87EC4;
}
</style>
background-color css
<style>
a { background-color: #F87EC4; }
a { background-color: rgb(248,126,196); }
div.DivClassName
{
background-color: #F87EC4;
}
.BgClassName
{
background-color: #F87EC4;
}
</style>
border-color css
<style>
span { border-color: #F87EC4; }
span { border-color: rgb(248,126,196); }
td.TdClassName
{
border-color: #F87EC4;
}
.TagClassName
{
border-color: #F87EC4;
}
</style>