Shades of Pale Magenta #F591DC
Tints of Pale Magenta #F591DC
RGB
CMYK
RGB Variations
Color information
#F591DC (or 0xF591DC) is known color: Pale Magenta. HEX triplet: F5, 91 and DC. RGB value is (245,145,220). Sum of RGB (Red+Green+Blue) = 245+145+220=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F591DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591DC is #0A6E23. Grayscale: #B7B7B7. Windows color (decimal): -683556 or 14455285. OLE color: 14455285.
HSL color Cylindrical-coordinate representation of color #F591DC: hue angle of 315º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591DC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 220 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.04 |
| HSL | 315º | 0.83% | 0.76% | - |
| HSV(B) | 315º | 0.41% | 0.96% | - |
| XYZ | 60.7 | 44.83 | 73.16 | - |
| YUV | 183.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 220 | 0 | 0.41 | 0.10 | 0.04 | 315 | 0.83 | 0.76 |
| Hex | F5 | 91 | DC | 0 | 29 | A | 4 | 13B | 53 | 4C |
| Octal | 365 | 221 | 334 | 0 | 51 | 12 | 4 | 473 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11011100 | 0 | 101001 | 1010 | 100 | 100111011 | 1010011 | 1001100 |
Color Harmonies of #F591DC
Complementary color
Monochromatic Colors of #F591DC
Black with #F591DC
Text Example
Text Example
White with #F591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591DC; }
p { color: rgb(245,145,220); }
H1.HeaderClassName
{
color: #F591DC;
}
.AnyTagClassName
{
color: #F591DC;
}
</style>
background-color css
<style>
a { background-color: #F591DC; }
a { background-color: rgb(245,145,220); }
div.DivClassName
{
background-color: #F591DC;
}
.BgClassName
{
background-color: #F591DC;
}
</style>
border-color css
<style>
span { border-color: #F591DC; }
span { border-color: rgb(245,145,220); }
td.TdClassName
{
border-color: #F591DC;
}
.TagClassName
{
border-color: #F591DC;
}
</style>