Shades of Pale Magenta #F580E6
Tints of Pale Magenta #F580E6
RGB
CMYK
RGB Variations
Color information
#F580E6 (or 0xF580E6) is known color: Pale Magenta. HEX triplet: F5, 80 and E6. RGB value is (245,128,230). Sum of RGB (Red+Green+Blue) = 245+128+230=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F580E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580E6 is #0A7F19. Grayscale: #AEAEAE. Windows color (decimal): -687898 or 15106293. OLE color: 15106293.
HSL color Cylindrical-coordinate representation of color #F580E6: hue angle of 307.69º 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 #F580E6 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 230 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.04 |
| HSL | 307.69º | 0.85% | 0.73% | - |
| HSV(B) | 307.69º | 0.48% | 0.96% | - |
| XYZ | 59.66 | 40.56 | 79.55 | - |
| YUV | 174.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 230 | 0 | 0.48 | 0.06 | 0.04 | 307.69 | 0.85 | 0.73 |
| Hex | F5 | 80 | E6 | 0 | 30 | 6 | 4 | 134 | 55 | 49 |
| Octal | 365 | 200 | 346 | 0 | 60 | 6 | 4 | 464 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11100110 | 0 | 110000 | 110 | 100 | 100110100 | 1010101 | 1001001 |
Color Harmonies of #F580E6
Complementary color
Monochromatic Colors of #F580E6
Black with #F580E6
Text Example
Text Example
White with #F580E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580E6; }
p { color: rgb(245,128,230); }
H1.HeaderClassName
{
color: #F580E6;
}
.AnyTagClassName
{
color: #F580E6;
}
</style>
background-color css
<style>
a { background-color: #F580E6; }
a { background-color: rgb(245,128,230); }
div.DivClassName
{
background-color: #F580E6;
}
.BgClassName
{
background-color: #F580E6;
}
</style>
border-color css
<style>
span { border-color: #F580E6; }
span { border-color: rgb(245,128,230); }
td.TdClassName
{
border-color: #F580E6;
}
.TagClassName
{
border-color: #F580E6;
}
</style>