Shades of Tea Rose #F488CC
Tints of Tea Rose #F488CC
RGB
CMYK
RGB Variations
Color information
#F488CC (or 0xF488CC) is known color: Tea Rose. HEX triplet: F4, 88 and CC. RGB value is (244,136,204). Sum of RGB (Red+Green+Blue) = 244+136+204=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F488CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488CC is #0B7733. Grayscale: #AFAFAF. Windows color (decimal): -751412 or 13404404. OLE color: 13404404.
HSL color Cylindrical-coordinate representation of color #F488CC: hue angle of 322.22º 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 #F488CC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 204 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 322.22º | 0.83% | 0.75% | - |
| HSV(B) | 322.22º | 0.44% | 0.96% | - |
| XYZ | 57.01 | 41.2 | 62.07 | - |
| YUV | 176.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 204 | 0 | 0.44 | 0.16 | 0.04 | 322.22 | 0.83 | 0.75 |
| Hex | F4 | 88 | CC | 0 | 2C | 10 | 4 | 142 | 53 | 4B |
| Octal | 364 | 210 | 314 | 0 | 54 | 20 | 4 | 502 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11001100 | 0 | 101100 | 10000 | 100 | 101000010 | 1010011 | 1001011 |
Color Harmonies of #F488CC
Complementary color
Monochromatic Colors of #F488CC
Black with #F488CC
Text Example
Text Example
White with #F488CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488CC; }
p { color: rgb(244,136,204); }
H1.HeaderClassName
{
color: #F488CC;
}
.AnyTagClassName
{
color: #F488CC;
}
</style>
background-color css
<style>
a { background-color: #F488CC; }
a { background-color: rgb(244,136,204); }
div.DivClassName
{
background-color: #F488CC;
}
.BgClassName
{
background-color: #F488CC;
}
</style>
border-color css
<style>
span { border-color: #F488CC; }
span { border-color: rgb(244,136,204); }
td.TdClassName
{
border-color: #F488CC;
}
.TagClassName
{
border-color: #F488CC;
}
</style>