Shades of Pale Magenta #F591E0
Tints of Pale Magenta #F591E0
RGB
CMYK
RGB Variations
Color information
#F591E0 (or 0xF591E0) is known color: Pale Magenta. HEX triplet: F5, 91 and E0. RGB value is (245,145,224). Sum of RGB (Red+Green+Blue) = 245+145+224=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F591E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591E0 is #0A6E1F. Grayscale: #B7B7B7. Windows color (decimal): -683552 or 14717429. OLE color: 14717429.
HSL color Cylindrical-coordinate representation of color #F591E0: hue angle of 312.6º 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 #F591E0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 224 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.04 |
| HSL | 312.6º | 0.83% | 0.76% | - |
| HSV(B) | 312.6º | 0.41% | 0.96% | - |
| XYZ | 61.24 | 45.05 | 75.99 | - |
| YUV | 183.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 224 | 0 | 0.41 | 0.09 | 0.04 | 312.6 | 0.83 | 0.76 |
| Hex | F5 | 91 | E0 | 0 | 29 | 9 | 4 | 139 | 53 | 4C |
| Octal | 365 | 221 | 340 | 0 | 51 | 11 | 4 | 471 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11100000 | 0 | 101001 | 1001 | 100 | 100111001 | 1010011 | 1001100 |
Color Harmonies of #F591E0
Complementary color
Monochromatic Colors of #F591E0
Black with #F591E0
Text Example
Text Example
White with #F591E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591E0; }
p { color: rgb(245,145,224); }
H1.HeaderClassName
{
color: #F591E0;
}
.AnyTagClassName
{
color: #F591E0;
}
</style>
background-color css
<style>
a { background-color: #F591E0; }
a { background-color: rgb(245,145,224); }
div.DivClassName
{
background-color: #F591E0;
}
.BgClassName
{
background-color: #F591E0;
}
</style>
border-color css
<style>
span { border-color: #F591E0; }
span { border-color: rgb(245,145,224); }
td.TdClassName
{
border-color: #F591E0;
}
.TagClassName
{
border-color: #F591E0;
}
</style>