Shades of Tea Rose #F87ED2
Tints of Tea Rose #F87ED2
RGB
CMYK
RGB Variations
Color information
#F87ED2 (or 0xF87ED2) is known color: Tea Rose. HEX triplet: F8, 7E and D2. RGB value is (248,126,210). Sum of RGB (Red+Green+Blue) = 248+126+210=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ED2 is #07812D. Grayscale: #ABABAB. Windows color (decimal): -491822 or 13795064. OLE color: 13795064.
HSL color Cylindrical-coordinate representation of color #F87ED2: hue angle of 318.69º 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 #F87ED2 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 210 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.03 |
| HSL | 318.69º | 0.9% | 0.73% | - |
| HSV(B) | 318.69º | 0.49% | 0.97% | - |
| XYZ | 57.81 | 39.53 | 65.56 | - |
| YUV | 172.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 210 | 0 | 0.49 | 0.15 | 0.03 | 318.69 | 0.9 | 0.73 |
| Hex | F8 | 7E | D2 | 0 | 31 | F | 3 | 13F | 5A | 49 |
| Octal | 370 | 176 | 322 | 0 | 61 | 17 | 3 | 477 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11010010 | 0 | 110001 | 1111 | 11 | 100111111 | 1011010 | 1001001 |
Color Harmonies of #F87ED2
Complementary color
Monochromatic Colors of #F87ED2
Black with #F87ED2
Text Example
Text Example
White with #F87ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ED2; }
p { color: rgb(248,126,210); }
H1.HeaderClassName
{
color: #F87ED2;
}
.AnyTagClassName
{
color: #F87ED2;
}
</style>
background-color css
<style>
a { background-color: #F87ED2; }
a { background-color: rgb(248,126,210); }
div.DivClassName
{
background-color: #F87ED2;
}
.BgClassName
{
background-color: #F87ED2;
}
</style>
border-color css
<style>
span { border-color: #F87ED2; }
span { border-color: rgb(248,126,210); }
td.TdClassName
{
border-color: #F87ED2;
}
.TagClassName
{
border-color: #F87ED2;
}
</style>