Shades of Pale Magenta #F582E1
Tints of Pale Magenta #F582E1
RGB
CMYK
RGB Variations
Color information
#F582E1 (or 0xF582E1) is known color: Pale Magenta. HEX triplet: F5, 82 and E1. RGB value is (245,130,225). Sum of RGB (Red+Green+Blue) = 245+130+225=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F582E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582E1 is #0A7D1E. Grayscale: #AEAEAE. Windows color (decimal): -687391 or 14779125. OLE color: 14779125.
HSL color Cylindrical-coordinate representation of color #F582E1: hue angle of 310.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F582E1 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 225 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.04 |
| HSL | 310.43º | 0.85% | 0.74% | - |
| HSV(B) | 310.43º | 0.47% | 0.96% | - |
| XYZ | 59.23 | 40.81 | 75.99 | - |
| YUV | 175.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 225 | 0 | 0.47 | 0.08 | 0.04 | 310.43 | 0.85 | 0.74 |
| Hex | F5 | 82 | E1 | 0 | 2F | 8 | 4 | 136 | 55 | 4A |
| Octal | 365 | 202 | 341 | 0 | 57 | 10 | 4 | 466 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11100001 | 0 | 101111 | 1000 | 100 | 100110110 | 1010101 | 1001010 |
Color Harmonies of #F582E1
Complementary color
Monochromatic Colors of #F582E1
Black with #F582E1
Text Example
Text Example
White with #F582E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582E1; }
p { color: rgb(245,130,225); }
H1.HeaderClassName
{
color: #F582E1;
}
.AnyTagClassName
{
color: #F582E1;
}
</style>
background-color css
<style>
a { background-color: #F582E1; }
a { background-color: rgb(245,130,225); }
div.DivClassName
{
background-color: #F582E1;
}
.BgClassName
{
background-color: #F582E1;
}
</style>
border-color css
<style>
span { border-color: #F582E1; }
span { border-color: rgb(245,130,225); }
td.TdClassName
{
border-color: #F582E1;
}
.TagClassName
{
border-color: #F582E1;
}
</style>