Shades of Tea Rose #F488CF
Tints of Tea Rose #F488CF
RGB
CMYK
RGB Variations
Color information
#F488CF (or 0xF488CF) is known color: Tea Rose. HEX triplet: F4, 88 and CF. RGB value is (244,136,207). Sum of RGB (Red+Green+Blue) = 244+136+207=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F488CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488CF is #0B7730. Grayscale: #B0B0B0. Windows color (decimal): -751409 or 13601012. OLE color: 13601012.
HSL color Cylindrical-coordinate representation of color #F488CF: hue angle of 320.56º 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 #F488CF is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 207 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.04 |
| HSL | 320.56º | 0.83% | 0.75% | - |
| HSV(B) | 320.56º | 0.44% | 0.96% | - |
| XYZ | 57.37 | 41.35 | 63.99 | - |
| YUV | 176.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 207 | 0 | 0.44 | 0.15 | 0.04 | 320.56 | 0.83 | 0.75 |
| Hex | F4 | 88 | CF | 0 | 2C | F | 4 | 141 | 53 | 4B |
| Octal | 364 | 210 | 317 | 0 | 54 | 17 | 4 | 501 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11001111 | 0 | 101100 | 1111 | 100 | 101000001 | 1010011 | 1001011 |
Color Harmonies of #F488CF
Complementary color
Monochromatic Colors of #F488CF
Black with #F488CF
Text Example
Text Example
White with #F488CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488CF; }
p { color: rgb(244,136,207); }
H1.HeaderClassName
{
color: #F488CF;
}
.AnyTagClassName
{
color: #F488CF;
}
</style>
background-color css
<style>
a { background-color: #F488CF; }
a { background-color: rgb(244,136,207); }
div.DivClassName
{
background-color: #F488CF;
}
.BgClassName
{
background-color: #F488CF;
}
</style>
border-color css
<style>
span { border-color: #F488CF; }
span { border-color: rgb(244,136,207); }
td.TdClassName
{
border-color: #F488CF;
}
.TagClassName
{
border-color: #F488CF;
}
</style>