Shades of Tea Rose #F58ABB
Tints of Tea Rose #F58ABB
RGB
CMYK
RGB Variations
Color information
#F58ABB (or 0xF58ABB) is known color: Tea Rose. HEX triplet: F5, 8A and BB. RGB value is (245,138,187). Sum of RGB (Red+Green+Blue) = 245+138+187=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ABB is #0A7544. Grayscale: #AFAFAF. Windows color (decimal): -685381 or 12290805. OLE color: 12290805.
HSL color Cylindrical-coordinate representation of color #F58ABB: hue angle of 332.52º degrees, saturation: 0.84, 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 #F58ABB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 187 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.04 |
| HSL | 332.52º | 0.84% | 0.75% | - |
| HSV(B) | 332.52º | 0.44% | 0.96% | - |
| XYZ | 55.71 | 41.18 | 52.03 | - |
| YUV | 175.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 187 | 0 | 0.44 | 0.24 | 0.04 | 332.52 | 0.84 | 0.75 |
| Hex | F5 | 8A | BB | 0 | 2C | 18 | 4 | 14D | 54 | 4B |
| Octal | 365 | 212 | 273 | 0 | 54 | 30 | 4 | 515 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10111011 | 0 | 101100 | 11000 | 100 | 101001101 | 1010100 | 1001011 |
Color Harmonies of #F58ABB
Complementary color
Monochromatic Colors of #F58ABB
Black with #F58ABB
Text Example
Text Example
White with #F58ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ABB; }
p { color: rgb(245,138,187); }
H1.HeaderClassName
{
color: #F58ABB;
}
.AnyTagClassName
{
color: #F58ABB;
}
</style>
background-color css
<style>
a { background-color: #F58ABB; }
a { background-color: rgb(245,138,187); }
div.DivClassName
{
background-color: #F58ABB;
}
.BgClassName
{
background-color: #F58ABB;
}
</style>
border-color css
<style>
span { border-color: #F58ABB; }
span { border-color: rgb(245,138,187); }
td.TdClassName
{
border-color: #F58ABB;
}
.TagClassName
{
border-color: #F58ABB;
}
</style>