Shades of Tea Rose #F580CC
Tints of Tea Rose #F580CC
RGB
CMYK
RGB Variations
Color information
#F580CC (or 0xF580CC) is known color: Tea Rose. HEX triplet: F5, 80 and CC. RGB value is (245,128,204). Sum of RGB (Red+Green+Blue) = 245+128+204=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F580CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580CC is #0A7F33. Grayscale: #ABABAB. Windows color (decimal): -687924 or 13402357. OLE color: 13402357.
HSL color Cylindrical-coordinate representation of color #F580CC: hue angle of 321.03º 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 #F580CC is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 204 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.04 |
| HSL | 321.03º | 0.85% | 0.73% | - |
| HSV(B) | 321.03º | 0.48% | 0.96% | - |
| XYZ | 56.27 | 39.21 | 61.73 | - |
| YUV | 171.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 204 | 0 | 0.48 | 0.17 | 0.04 | 321.03 | 0.85 | 0.73 |
| Hex | F5 | 80 | CC | 0 | 30 | 11 | 4 | 141 | 55 | 49 |
| Octal | 365 | 200 | 314 | 0 | 60 | 21 | 4 | 501 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11001100 | 0 | 110000 | 10001 | 100 | 101000001 | 1010101 | 1001001 |
Color Harmonies of #F580CC
Complementary color
Monochromatic Colors of #F580CC
Black with #F580CC
Text Example
Text Example
White with #F580CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580CC; }
p { color: rgb(245,128,204); }
H1.HeaderClassName
{
color: #F580CC;
}
.AnyTagClassName
{
color: #F580CC;
}
</style>
background-color css
<style>
a { background-color: #F580CC; }
a { background-color: rgb(245,128,204); }
div.DivClassName
{
background-color: #F580CC;
}
.BgClassName
{
background-color: #F580CC;
}
</style>
border-color css
<style>
span { border-color: #F580CC; }
span { border-color: rgb(245,128,204); }
td.TdClassName
{
border-color: #F580CC;
}
.TagClassName
{
border-color: #F580CC;
}
</style>