Shades of Pale Magenta #F580E5
Tints of Pale Magenta #F580E5
RGB
CMYK
RGB Variations
Color information
#F580E5 (or 0xF580E5) is known color: Pale Magenta. HEX triplet: F5, 80 and E5. RGB value is (245,128,229). Sum of RGB (Red+Green+Blue) = 245+128+229=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F580E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580E5 is #0A7F1A. Grayscale: #AEAEAE. Windows color (decimal): -687899 or 15040757. OLE color: 15040757.
HSL color Cylindrical-coordinate representation of color #F580E5: hue angle of 308.21º 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 #F580E5 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 229 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.04 |
| HSL | 308.21º | 0.85% | 0.73% | - |
| HSV(B) | 308.21º | 0.48% | 0.96% | - |
| XYZ | 59.52 | 40.51 | 78.81 | - |
| YUV | 174.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 229 | 0 | 0.48 | 0.07 | 0.04 | 308.21 | 0.85 | 0.73 |
| Hex | F5 | 80 | E5 | 0 | 30 | 7 | 4 | 134 | 55 | 49 |
| Octal | 365 | 200 | 345 | 0 | 60 | 7 | 4 | 464 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11100101 | 0 | 110000 | 111 | 100 | 100110100 | 1010101 | 1001001 |
Color Harmonies of #F580E5
Complementary color
Monochromatic Colors of #F580E5
Black with #F580E5
Text Example
Text Example
White with #F580E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580E5; }
p { color: rgb(245,128,229); }
H1.HeaderClassName
{
color: #F580E5;
}
.AnyTagClassName
{
color: #F580E5;
}
</style>
background-color css
<style>
a { background-color: #F580E5; }
a { background-color: rgb(245,128,229); }
div.DivClassName
{
background-color: #F580E5;
}
.BgClassName
{
background-color: #F580E5;
}
</style>
border-color css
<style>
span { border-color: #F580E5; }
span { border-color: rgb(245,128,229); }
td.TdClassName
{
border-color: #F580E5;
}
.TagClassName
{
border-color: #F580E5;
}
</style>