Shades of Tea Rose #F580CF
Tints of Tea Rose #F580CF
RGB
CMYK
RGB Variations
Color information
#F580CF (or 0xF580CF) is known color: Tea Rose. HEX triplet: F5, 80 and CF. RGB value is (245,128,207). Sum of RGB (Red+Green+Blue) = 245+128+207=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F580CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580CF is #0A7F30. Grayscale: #ABABAB. Windows color (decimal): -687921 or 13598965. OLE color: 13598965.
HSL color Cylindrical-coordinate representation of color #F580CF: hue angle of 319.49º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580CF is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 207 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.04 |
| HSL | 319.49º | 0.85% | 0.73% | - |
| HSV(B) | 319.49º | 0.48% | 0.96% | - |
| XYZ | 56.64 | 39.36 | 63.64 | - |
| YUV | 171.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 207 | 0 | 0.48 | 0.16 | 0.04 | 319.49 | 0.85 | 0.73 |
| Hex | F5 | 80 | CF | 0 | 30 | 10 | 4 | 13F | 55 | 49 |
| Octal | 365 | 200 | 317 | 0 | 60 | 20 | 4 | 477 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11001111 | 0 | 110000 | 10000 | 100 | 100111111 | 1010101 | 1001001 |
Color Harmonies of #F580CF
Complementary color
Monochromatic Colors of #F580CF
Black with #F580CF
Text Example
Text Example
White with #F580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580CF; }
p { color: rgb(245,128,207); }
H1.HeaderClassName
{
color: #F580CF;
}
.AnyTagClassName
{
color: #F580CF;
}
</style>
background-color css
<style>
a { background-color: #F580CF; }
a { background-color: rgb(245,128,207); }
div.DivClassName
{
background-color: #F580CF;
}
.BgClassName
{
background-color: #F580CF;
}
</style>
border-color css
<style>
span { border-color: #F580CF; }
span { border-color: rgb(245,128,207); }
td.TdClassName
{
border-color: #F580CF;
}
.TagClassName
{
border-color: #F580CF;
}
</style>