Shades of Tea Rose #F87EC6
Tints of Tea Rose #F87EC6
RGB
CMYK
RGB Variations
Color information
#F87EC6 (or 0xF87EC6) is known color: Tea Rose. HEX triplet: F8, 7E and C6. RGB value is (248,126,198). Sum of RGB (Red+Green+Blue) = 248+126+198=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EC6 is #078139. Grayscale: #AAAAAA. Windows color (decimal): -491834 or 13008632. OLE color: 13008632.
HSL color Cylindrical-coordinate representation of color #F87EC6: hue angle of 324.59º 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 #F87EC6 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 198 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.03 |
| HSL | 324.59º | 0.9% | 0.73% | - |
| HSV(B) | 324.59º | 0.49% | 0.97% | - |
| XYZ | 56.37 | 38.96 | 57.97 | - |
| YUV | 170.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 198 | 0 | 0.49 | 0.20 | 0.03 | 324.59 | 0.9 | 0.73 |
| Hex | F8 | 7E | C6 | 0 | 31 | 14 | 3 | 145 | 5A | 49 |
| Octal | 370 | 176 | 306 | 0 | 61 | 24 | 3 | 505 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11000110 | 0 | 110001 | 10100 | 11 | 101000101 | 1011010 | 1001001 |
Color Harmonies of #F87EC6
Complementary color
Monochromatic Colors of #F87EC6
Black with #F87EC6
Text Example
Text Example
White with #F87EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87EC6; }
p { color: rgb(248,126,198); }
H1.HeaderClassName
{
color: #F87EC6;
}
.AnyTagClassName
{
color: #F87EC6;
}
</style>
background-color css
<style>
a { background-color: #F87EC6; }
a { background-color: rgb(248,126,198); }
div.DivClassName
{
background-color: #F87EC6;
}
.BgClassName
{
background-color: #F87EC6;
}
</style>
border-color css
<style>
span { border-color: #F87EC6; }
span { border-color: rgb(248,126,198); }
td.TdClassName
{
border-color: #F87EC6;
}
.TagClassName
{
border-color: #F87EC6;
}
</style>