Shades of Tea Rose #F488BC
Tints of Tea Rose #F488BC
RGB
CMYK
RGB Variations
Color information
#F488BC (or 0xF488BC) is known color: Tea Rose. HEX triplet: F4, 88 and BC. RGB value is (244,136,188). Sum of RGB (Red+Green+Blue) = 244+136+188=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F488BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488BC is #0B7743. Grayscale: #AEAEAE. Windows color (decimal): -751428 or 12355828. OLE color: 12355828.
HSL color Cylindrical-coordinate representation of color #F488BC: hue angle of 331.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 #F488BC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 188 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 331.11º | 0.83% | 0.75% | - |
| HSV(B) | 331.11º | 0.44% | 0.96% | - |
| XYZ | 55.19 | 40.47 | 52.48 | - |
| YUV | 174.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 188 | 0 | 0.44 | 0.23 | 0.04 | 331.11 | 0.83 | 0.75 |
| Hex | F4 | 88 | BC | 0 | 2C | 17 | 4 | 14B | 53 | 4B |
| Octal | 364 | 210 | 274 | 0 | 54 | 27 | 4 | 513 | 123 | 113 |
| Binary | 11110100 | 10001000 | 10111100 | 0 | 101100 | 10111 | 100 | 101001011 | 1010011 | 1001011 |
Color Harmonies of #F488BC
Complementary color
Monochromatic Colors of #F488BC
Black with #F488BC
Text Example
Text Example
White with #F488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488BC; }
p { color: rgb(244,136,188); }
H1.HeaderClassName
{
color: #F488BC;
}
.AnyTagClassName
{
color: #F488BC;
}
</style>
background-color css
<style>
a { background-color: #F488BC; }
a { background-color: rgb(244,136,188); }
div.DivClassName
{
background-color: #F488BC;
}
.BgClassName
{
background-color: #F488BC;
}
</style>
border-color css
<style>
span { border-color: #F488BC; }
span { border-color: rgb(244,136,188); }
td.TdClassName
{
border-color: #F488BC;
}
.TagClassName
{
border-color: #F488BC;
}
</style>