Shades of Tea Rose #F488BE
Tints of Tea Rose #F488BE
RGB
CMYK
RGB Variations
Color information
#F488BE (or 0xF488BE) is known color: Tea Rose. HEX triplet: F4, 88 and BE. RGB value is (244,136,190). Sum of RGB (Red+Green+Blue) = 244+136+190=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F488BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488BE is #0B7741. Grayscale: #AEAEAE. Windows color (decimal): -751426 or 12486900. OLE color: 12486900.
HSL color Cylindrical-coordinate representation of color #F488BE: hue angle of 330º 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 #F488BE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 190 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.04 |
| HSL | 330º | 0.83% | 0.75% | - |
| HSV(B) | 330º | 0.44% | 0.96% | - |
| XYZ | 55.41 | 40.56 | 53.62 | - |
| YUV | 174.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 190 | 0 | 0.44 | 0.22 | 0.04 | 330 | 0.83 | 0.75 |
| Hex | F4 | 88 | BE | 0 | 2C | 16 | 4 | 14A | 53 | 4B |
| Octal | 364 | 210 | 276 | 0 | 54 | 26 | 4 | 512 | 123 | 113 |
| Binary | 11110100 | 10001000 | 10111110 | 0 | 101100 | 10110 | 100 | 101001010 | 1010011 | 1001011 |
Color Harmonies of #F488BE
Complementary color
Monochromatic Colors of #F488BE
Black with #F488BE
Text Example
Text Example
White with #F488BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488BE; }
p { color: rgb(244,136,190); }
H1.HeaderClassName
{
color: #F488BE;
}
.AnyTagClassName
{
color: #F488BE;
}
</style>
background-color css
<style>
a { background-color: #F488BE; }
a { background-color: rgb(244,136,190); }
div.DivClassName
{
background-color: #F488BE;
}
.BgClassName
{
background-color: #F488BE;
}
</style>
border-color css
<style>
span { border-color: #F488BE; }
span { border-color: rgb(244,136,190); }
td.TdClassName
{
border-color: #F488BE;
}
.TagClassName
{
border-color: #F488BE;
}
</style>