Shades of Tea Rose #F58ACB
Tints of Tea Rose #F58ACB
RGB
CMYK
RGB Variations
Color information
#F58ACB (or 0xF58ACB) is known color: Tea Rose. HEX triplet: F5, 8A and CB. RGB value is (245,138,203). Sum of RGB (Red+Green+Blue) = 245+138+203=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ACB is #0A7534. Grayscale: #B1B1B1. Windows color (decimal): -685365 or 13339381. OLE color: 13339381.
HSL color Cylindrical-coordinate representation of color #F58ACB: hue angle of 323.55º 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 #F58ACB is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 203 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.04 |
| HSL | 323.55º | 0.84% | 0.75% | - |
| HSV(B) | 323.55º | 0.44% | 0.96% | - |
| XYZ | 57.52 | 41.9 | 61.56 | - |
| YUV | 177.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 203 | 0 | 0.44 | 0.17 | 0.04 | 323.55 | 0.84 | 0.75 |
| Hex | F5 | 8A | CB | 0 | 2C | 11 | 4 | 144 | 54 | 4B |
| Octal | 365 | 212 | 313 | 0 | 54 | 21 | 4 | 504 | 124 | 113 |
| Binary | 11110101 | 10001010 | 11001011 | 0 | 101100 | 10001 | 100 | 101000100 | 1010100 | 1001011 |
Color Harmonies of #F58ACB
Complementary color
Monochromatic Colors of #F58ACB
Black with #F58ACB
Text Example
Text Example
White with #F58ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ACB; }
p { color: rgb(245,138,203); }
H1.HeaderClassName
{
color: #F58ACB;
}
.AnyTagClassName
{
color: #F58ACB;
}
</style>
background-color css
<style>
a { background-color: #F58ACB; }
a { background-color: rgb(245,138,203); }
div.DivClassName
{
background-color: #F58ACB;
}
.BgClassName
{
background-color: #F58ACB;
}
</style>
border-color css
<style>
span { border-color: #F58ACB; }
span { border-color: rgb(245,138,203); }
td.TdClassName
{
border-color: #F58ACB;
}
.TagClassName
{
border-color: #F58ACB;
}
</style>