Shades of Pale Magenta #F591ED
Tints of Pale Magenta #F591ED
RGB
CMYK
RGB Variations
Color information
#F591ED (or 0xF591ED) is known color: Pale Magenta. HEX triplet: F5, 91 and ED. RGB value is (245,145,237). Sum of RGB (Red+Green+Blue) = 245+145+237=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 145 (57.03% from 255 or 23.13% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F591ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591ED is #0A6E12. Grayscale: #B9B9B9. Windows color (decimal): -683539 or 15569397. OLE color: 15569397.
HSL color Cylindrical-coordinate representation of color #F591ED: hue angle of 304.8º 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 #F591ED is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 237 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.04 |
| HSL | 304.8º | 0.83% | 0.76% | - |
| HSV(B) | 304.8º | 0.41% | 0.96% | - |
| XYZ | 63.07 | 45.78 | 85.63 | - |
| YUV | 185.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 237 | 0 | 0.41 | 0.03 | 0.04 | 304.8 | 0.83 | 0.76 |
| Hex | F5 | 91 | ED | 0 | 29 | 3 | 4 | 131 | 53 | 4C |
| Octal | 365 | 221 | 355 | 0 | 51 | 3 | 4 | 461 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11101101 | 0 | 101001 | 11 | 100 | 100110001 | 1010011 | 1001100 |
Color Harmonies of #F591ED
Complementary color
Monochromatic Colors of #F591ED
Black with #F591ED
Text Example
Text Example
White with #F591ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591ED; }
p { color: rgb(245,145,237); }
H1.HeaderClassName
{
color: #F591ED;
}
.AnyTagClassName
{
color: #F591ED;
}
</style>
background-color css
<style>
a { background-color: #F591ED; }
a { background-color: rgb(245,145,237); }
div.DivClassName
{
background-color: #F591ED;
}
.BgClassName
{
background-color: #F591ED;
}
</style>
border-color css
<style>
span { border-color: #F591ED; }
span { border-color: rgb(245,145,237); }
td.TdClassName
{
border-color: #F591ED;
}
.TagClassName
{
border-color: #F591ED;
}
</style>