Shades of Tea Rose #F58FC9
Tints of Tea Rose #F58FC9
RGB
CMYK
RGB Variations
Color information
#F58FC9 (or 0xF58FC9) is known color: Tea Rose. HEX triplet: F5, 8F and C9. RGB value is (245,143,201). Sum of RGB (Red+Green+Blue) = 245+143+201=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FC9 is #0A7036. Grayscale: #B3B3B3. Windows color (decimal): -684087 or 13209589. OLE color: 13209589.
HSL color Cylindrical-coordinate representation of color #F58FC9: hue angle of 325.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FC9 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 201 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.04 |
| HSL | 325.88º | 0.84% | 0.76% | - |
| HSV(B) | 325.88º | 0.42% | 0.96% | - |
| XYZ | 58.02 | 43.27 | 60.55 | - |
| YUV | 180.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 201 | 0 | 0.42 | 0.18 | 0.04 | 325.88 | 0.84 | 0.76 |
| Hex | F5 | 8F | C9 | 0 | 2A | 12 | 4 | 146 | 54 | 4C |
| Octal | 365 | 217 | 311 | 0 | 52 | 22 | 4 | 506 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11001001 | 0 | 101010 | 10010 | 100 | 101000110 | 1010100 | 1001100 |
Color Harmonies of #F58FC9
Complementary color
Monochromatic Colors of #F58FC9
Black with #F58FC9
Text Example
Text Example
White with #F58FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FC9; }
p { color: rgb(245,143,201); }
H1.HeaderClassName
{
color: #F58FC9;
}
.AnyTagClassName
{
color: #F58FC9;
}
</style>
background-color css
<style>
a { background-color: #F58FC9; }
a { background-color: rgb(245,143,201); }
div.DivClassName
{
background-color: #F58FC9;
}
.BgClassName
{
background-color: #F58FC9;
}
</style>
border-color css
<style>
span { border-color: #F58FC9; }
span { border-color: rgb(245,143,201); }
td.TdClassName
{
border-color: #F58FC9;
}
.TagClassName
{
border-color: #F58FC9;
}
</style>