Shades of Tea Rose #F582C9
Tints of Tea Rose #F582C9
RGB
CMYK
RGB Variations
Color information
#F582C9 (or 0xF582C9) is known color: Tea Rose. HEX triplet: F5, 82 and C9. RGB value is (245,130,201). Sum of RGB (Red+Green+Blue) = 245+130+201=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F582C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582C9 is #0A7D36. Grayscale: #ACACAC. Windows color (decimal): -687415 or 13206261. OLE color: 13206261.
HSL color Cylindrical-coordinate representation of color #F582C9: hue angle of 322.96º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F582C9 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 201 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.04 |
| HSL | 322.96º | 0.85% | 0.74% | - |
| HSV(B) | 322.96º | 0.47% | 0.96% | - |
| XYZ | 56.18 | 39.59 | 59.94 | - |
| YUV | 172.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 201 | 0 | 0.47 | 0.18 | 0.04 | 322.96 | 0.85 | 0.74 |
| Hex | F5 | 82 | C9 | 0 | 2F | 12 | 4 | 143 | 55 | 4A |
| Octal | 365 | 202 | 311 | 0 | 57 | 22 | 4 | 503 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11001001 | 0 | 101111 | 10010 | 100 | 101000011 | 1010101 | 1001010 |
Color Harmonies of #F582C9
Complementary color
Monochromatic Colors of #F582C9
Black with #F582C9
Text Example
Text Example
White with #F582C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582C9; }
p { color: rgb(245,130,201); }
H1.HeaderClassName
{
color: #F582C9;
}
.AnyTagClassName
{
color: #F582C9;
}
</style>
background-color css
<style>
a { background-color: #F582C9; }
a { background-color: rgb(245,130,201); }
div.DivClassName
{
background-color: #F582C9;
}
.BgClassName
{
background-color: #F582C9;
}
</style>
border-color css
<style>
span { border-color: #F582C9; }
span { border-color: rgb(245,130,201); }
td.TdClassName
{
border-color: #F582C9;
}
.TagClassName
{
border-color: #F582C9;
}
</style>