Shades of Tea Rose #F588C3
Tints of Tea Rose #F588C3
RGB
CMYK
RGB Variations
Color information
#F588C3 (or 0xF588C3) is known color: Tea Rose. HEX triplet: F5, 88 and C3. RGB value is (245,136,195). Sum of RGB (Red+Green+Blue) = 245+136+195=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F588C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588C3 is #0A773C. Grayscale: #AFAFAF. Windows color (decimal): -685885 or 12814581. OLE color: 12814581.
HSL color Cylindrical-coordinate representation of color #F588C3: hue angle of 327.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 #F588C3 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 195 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.04 |
| HSL | 327.52º | 0.84% | 0.75% | - |
| HSV(B) | 327.52º | 0.44% | 0.96% | - |
| XYZ | 56.31 | 40.96 | 56.57 | - |
| YUV | 175.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 195 | 0 | 0.44 | 0.20 | 0.04 | 327.52 | 0.84 | 0.75 |
| Hex | F5 | 88 | C3 | 0 | 2C | 14 | 4 | 148 | 54 | 4B |
| Octal | 365 | 210 | 303 | 0 | 54 | 24 | 4 | 510 | 124 | 113 |
| Binary | 11110101 | 10001000 | 11000011 | 0 | 101100 | 10100 | 100 | 101001000 | 1010100 | 1001011 |
Color Harmonies of #F588C3
Complementary color
Monochromatic Colors of #F588C3
Black with #F588C3
Text Example
Text Example
White with #F588C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588C3; }
p { color: rgb(245,136,195); }
H1.HeaderClassName
{
color: #F588C3;
}
.AnyTagClassName
{
color: #F588C3;
}
</style>
background-color css
<style>
a { background-color: #F588C3; }
a { background-color: rgb(245,136,195); }
div.DivClassName
{
background-color: #F588C3;
}
.BgClassName
{
background-color: #F588C3;
}
</style>
border-color css
<style>
span { border-color: #F588C3; }
span { border-color: rgb(245,136,195); }
td.TdClassName
{
border-color: #F588C3;
}
.TagClassName
{
border-color: #F588C3;
}
</style>