Shades of Pale Magenta #F582EA
Tints of Pale Magenta #F582EA
RGB
CMYK
RGB Variations
Color information
#F582EA (or 0xF582EA) is known color: Pale Magenta. HEX triplet: F5, 82 and EA. RGB value is (245,130,234). Sum of RGB (Red+Green+Blue) = 245+130+234=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F582EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582EA is #0A7D15. Grayscale: #AFAFAF. Windows color (decimal): -687382 or 15368949. OLE color: 15368949.
HSL color Cylindrical-coordinate representation of color #F582EA: hue angle of 305.74º 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 #F582EA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 234 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.04 |
| HSL | 305.74º | 0.85% | 0.74% | - |
| HSV(B) | 305.74º | 0.47% | 0.96% | - |
| XYZ | 60.49 | 41.32 | 82.63 | - |
| YUV | 176.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 234 | 0 | 0.47 | 0.04 | 0.04 | 305.74 | 0.85 | 0.74 |
| Hex | F5 | 82 | EA | 0 | 2F | 4 | 4 | 132 | 55 | 4A |
| Octal | 365 | 202 | 352 | 0 | 57 | 4 | 4 | 462 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11101010 | 0 | 101111 | 100 | 100 | 100110010 | 1010101 | 1001010 |
Color Harmonies of #F582EA
Complementary color
Monochromatic Colors of #F582EA
Black with #F582EA
Text Example
Text Example
White with #F582EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582EA; }
p { color: rgb(245,130,234); }
H1.HeaderClassName
{
color: #F582EA;
}
.AnyTagClassName
{
color: #F582EA;
}
</style>
background-color css
<style>
a { background-color: #F582EA; }
a { background-color: rgb(245,130,234); }
div.DivClassName
{
background-color: #F582EA;
}
.BgClassName
{
background-color: #F582EA;
}
</style>
border-color css
<style>
span { border-color: #F582EA; }
span { border-color: rgb(245,130,234); }
td.TdClassName
{
border-color: #F582EA;
}
.TagClassName
{
border-color: #F582EA;
}
</style>