Shades of Pale Magenta #F581DC
Tints of Pale Magenta #F581DC
RGB
CMYK
RGB Variations
Color information
#F581DC (or 0xF581DC) is known color: Pale Magenta. HEX triplet: F5, 81 and DC. RGB value is (245,129,220). Sum of RGB (Red+Green+Blue) = 245+129+220=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DC is #0A7E23. Grayscale: #ADADAD. Windows color (decimal): -687652 or 14451189. OLE color: 14451189.
HSL color Cylindrical-coordinate representation of color #F581DC: hue angle of 312.93º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581DC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 220 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 312.93º | 0.85% | 0.73% | - |
| HSV(B) | 312.93º | 0.47% | 0.96% | - |
| XYZ | 58.42 | 40.28 | 72.41 | - |
| YUV | 174.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 220 | 0 | 0.47 | 0.10 | 0.04 | 312.93 | 0.85 | 0.73 |
| Hex | F5 | 81 | DC | 0 | 2F | A | 4 | 139 | 55 | 49 |
| Octal | 365 | 201 | 334 | 0 | 57 | 12 | 4 | 471 | 125 | 111 |
| Binary | 11110101 | 10000001 | 11011100 | 0 | 101111 | 1010 | 100 | 100111001 | 1010101 | 1001001 |
Color Harmonies of #F581DC
Complementary color
Monochromatic Colors of #F581DC
Black with #F581DC
Text Example
Text Example
White with #F581DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581DC; }
p { color: rgb(245,129,220); }
H1.HeaderClassName
{
color: #F581DC;
}
.AnyTagClassName
{
color: #F581DC;
}
</style>
background-color css
<style>
a { background-color: #F581DC; }
a { background-color: rgb(245,129,220); }
div.DivClassName
{
background-color: #F581DC;
}
.BgClassName
{
background-color: #F581DC;
}
</style>
border-color css
<style>
span { border-color: #F581DC; }
span { border-color: rgb(245,129,220); }
td.TdClassName
{
border-color: #F581DC;
}
.TagClassName
{
border-color: #F581DC;
}
</style>