Shades of Pale Magenta #F582DD
Tints of Pale Magenta #F582DD
RGB
CMYK
RGB Variations
Color information
#F582DD (or 0xF582DD) is known color: Pale Magenta. HEX triplet: F5, 82 and DD. RGB value is (245,130,221). Sum of RGB (Red+Green+Blue) = 245+130+221=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F582DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582DD is #0A7D22. Grayscale: #AEAEAE. Windows color (decimal): -687395 or 14516981. OLE color: 14516981.
HSL color Cylindrical-coordinate representation of color #F582DD: hue angle of 312.52º 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 #F582DD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 221 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 312.52º | 0.85% | 0.74% | - |
| HSV(B) | 312.52º | 0.47% | 0.96% | - |
| XYZ | 58.69 | 40.6 | 73.15 | - |
| YUV | 174.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 221 | 0 | 0.47 | 0.10 | 0.04 | 312.52 | 0.85 | 0.74 |
| Hex | F5 | 82 | DD | 0 | 2F | A | 4 | 139 | 55 | 4A |
| Octal | 365 | 202 | 335 | 0 | 57 | 12 | 4 | 471 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11011101 | 0 | 101111 | 1010 | 100 | 100111001 | 1010101 | 1001010 |
Color Harmonies of #F582DD
Complementary color
Monochromatic Colors of #F582DD
Black with #F582DD
Text Example
Text Example
White with #F582DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582DD; }
p { color: rgb(245,130,221); }
H1.HeaderClassName
{
color: #F582DD;
}
.AnyTagClassName
{
color: #F582DD;
}
</style>
background-color css
<style>
a { background-color: #F582DD; }
a { background-color: rgb(245,130,221); }
div.DivClassName
{
background-color: #F582DD;
}
.BgClassName
{
background-color: #F582DD;
}
</style>
border-color css
<style>
span { border-color: #F582DD; }
span { border-color: rgb(245,130,221); }
td.TdClassName
{
border-color: #F582DD;
}
.TagClassName
{
border-color: #F582DD;
}
</style>