Shades of Pale Magenta #F582DF
Tints of Pale Magenta #F582DF
RGB
CMYK
RGB Variations
Color information
#F582DF (or 0xF582DF) is known color: Pale Magenta. HEX triplet: F5, 82 and DF. RGB value is (245,130,223). Sum of RGB (Red+Green+Blue) = 245+130+223=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F582DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582DF is #0A7D20. Grayscale: #AEAEAE. Windows color (decimal): -687393 or 14648053. OLE color: 14648053.
HSL color Cylindrical-coordinate representation of color #F582DF: hue angle of 311.48º 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 #F582DF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 223 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.04 |
| HSL | 311.48º | 0.85% | 0.74% | - |
| HSV(B) | 311.48º | 0.47% | 0.96% | - |
| XYZ | 58.96 | 40.71 | 74.56 | - |
| YUV | 174.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 223 | 0 | 0.47 | 0.09 | 0.04 | 311.48 | 0.85 | 0.74 |
| Hex | F5 | 82 | DF | 0 | 2F | 9 | 4 | 137 | 55 | 4A |
| Octal | 365 | 202 | 337 | 0 | 57 | 11 | 4 | 467 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11011111 | 0 | 101111 | 1001 | 100 | 100110111 | 1010101 | 1001010 |
Color Harmonies of #F582DF
Complementary color
Monochromatic Colors of #F582DF
Black with #F582DF
Text Example
Text Example
White with #F582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582DF; }
p { color: rgb(245,130,223); }
H1.HeaderClassName
{
color: #F582DF;
}
.AnyTagClassName
{
color: #F582DF;
}
</style>
background-color css
<style>
a { background-color: #F582DF; }
a { background-color: rgb(245,130,223); }
div.DivClassName
{
background-color: #F582DF;
}
.BgClassName
{
background-color: #F582DF;
}
</style>
border-color css
<style>
span { border-color: #F582DF; }
span { border-color: rgb(245,130,223); }
td.TdClassName
{
border-color: #F582DF;
}
.TagClassName
{
border-color: #F582DF;
}
</style>