Shades of Tea Rose #F580D0
Tints of Tea Rose #F580D0
RGB
CMYK
RGB Variations
Color information
#F580D0 (or 0xF580D0) is known color: Tea Rose. HEX triplet: F5, 80 and D0. RGB value is (245,128,208). Sum of RGB (Red+Green+Blue) = 245+128+208=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F580D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580D0 is #0A7F2F. Grayscale: #ABABAB. Windows color (decimal): -687920 or 13664501. OLE color: 13664501.
HSL color Cylindrical-coordinate representation of color #F580D0: hue angle of 318.97º 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 #F580D0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 208 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.04 |
| HSL | 318.97º | 0.85% | 0.73% | - |
| HSV(B) | 318.97º | 0.48% | 0.96% | - |
| XYZ | 56.76 | 39.4 | 64.29 | - |
| YUV | 172.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 208 | 0 | 0.48 | 0.15 | 0.04 | 318.97 | 0.85 | 0.73 |
| Hex | F5 | 80 | D0 | 0 | 30 | F | 4 | 13F | 55 | 49 |
| Octal | 365 | 200 | 320 | 0 | 60 | 17 | 4 | 477 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11010000 | 0 | 110000 | 1111 | 100 | 100111111 | 1010101 | 1001001 |
Color Harmonies of #F580D0
Complementary color
Monochromatic Colors of #F580D0
Black with #F580D0
Text Example
Text Example
White with #F580D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580D0; }
p { color: rgb(245,128,208); }
H1.HeaderClassName
{
color: #F580D0;
}
.AnyTagClassName
{
color: #F580D0;
}
</style>
background-color css
<style>
a { background-color: #F580D0; }
a { background-color: rgb(245,128,208); }
div.DivClassName
{
background-color: #F580D0;
}
.BgClassName
{
background-color: #F580D0;
}
</style>
border-color css
<style>
span { border-color: #F580D0; }
span { border-color: rgb(245,128,208); }
td.TdClassName
{
border-color: #F580D0;
}
.TagClassName
{
border-color: #F580D0;
}
</style>