Shades of Pale Magenta #F582DB
Tints of Pale Magenta #F582DB
RGB
CMYK
RGB Variations
Color information
#F582DB (or 0xF582DB) is known color: Pale Magenta. HEX triplet: F5, 82 and DB. RGB value is (245,130,219). Sum of RGB (Red+Green+Blue) = 245+130+219=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F582DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582DB is #0A7D24. Grayscale: #AEAEAE. Windows color (decimal): -687397 or 14385909. OLE color: 14385909.
HSL color Cylindrical-coordinate representation of color #F582DB: hue angle of 313.57º 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 #F582DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 219 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.57º | 0.85% | 0.74% | - |
| HSV(B) | 313.57º | 0.47% | 0.96% | - |
| XYZ | 58.43 | 40.49 | 71.75 | - |
| YUV | 174.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 219 | 0 | 0.47 | 0.11 | 0.04 | 313.57 | 0.85 | 0.74 |
| Hex | F5 | 82 | DB | 0 | 2F | B | 4 | 13A | 55 | 4A |
| Octal | 365 | 202 | 333 | 0 | 57 | 13 | 4 | 472 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11011011 | 0 | 101111 | 1011 | 100 | 100111010 | 1010101 | 1001010 |
Color Harmonies of #F582DB
Complementary color
Monochromatic Colors of #F582DB
Black with #F582DB
Text Example
Text Example
White with #F582DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582DB; }
p { color: rgb(245,130,219); }
H1.HeaderClassName
{
color: #F582DB;
}
.AnyTagClassName
{
color: #F582DB;
}
</style>
background-color css
<style>
a { background-color: #F582DB; }
a { background-color: rgb(245,130,219); }
div.DivClassName
{
background-color: #F582DB;
}
.BgClassName
{
background-color: #F582DB;
}
</style>
border-color css
<style>
span { border-color: #F582DB; }
span { border-color: rgb(245,130,219); }
td.TdClassName
{
border-color: #F582DB;
}
.TagClassName
{
border-color: #F582DB;
}
</style>