Shades of Tea Rose #F488CE
Tints of Tea Rose #F488CE
RGB
CMYK
RGB Variations
Color information
#F488CE (or 0xF488CE) is known color: Tea Rose. HEX triplet: F4, 88 and CE. RGB value is (244,136,206). Sum of RGB (Red+Green+Blue) = 244+136+206=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F488CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488CE is #0B7731. Grayscale: #B0B0B0. Windows color (decimal): -751410 or 13535476. OLE color: 13535476.
HSL color Cylindrical-coordinate representation of color #F488CE: hue angle of 321.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488CE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 206 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 321.11º | 0.83% | 0.75% | - |
| HSV(B) | 321.11º | 0.44% | 0.96% | - |
| XYZ | 57.25 | 41.3 | 63.35 | - |
| YUV | 176.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 206 | 0 | 0.44 | 0.16 | 0.04 | 321.11 | 0.83 | 0.75 |
| Hex | F4 | 88 | CE | 0 | 2C | 10 | 4 | 141 | 53 | 4B |
| Octal | 364 | 210 | 316 | 0 | 54 | 20 | 4 | 501 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11001110 | 0 | 101100 | 10000 | 100 | 101000001 | 1010011 | 1001011 |
Color Harmonies of #F488CE
Complementary color
Monochromatic Colors of #F488CE
Black with #F488CE
Text Example
Text Example
White with #F488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488CE; }
p { color: rgb(244,136,206); }
H1.HeaderClassName
{
color: #F488CE;
}
.AnyTagClassName
{
color: #F488CE;
}
</style>
background-color css
<style>
a { background-color: #F488CE; }
a { background-color: rgb(244,136,206); }
div.DivClassName
{
background-color: #F488CE;
}
.BgClassName
{
background-color: #F488CE;
}
</style>
border-color css
<style>
span { border-color: #F488CE; }
span { border-color: rgb(244,136,206); }
td.TdClassName
{
border-color: #F488CE;
}
.TagClassName
{
border-color: #F488CE;
}
</style>