Shades of Pale Magenta #F590ED
Tints of Pale Magenta #F590ED
RGB
CMYK
RGB Variations
Color information
#F590ED (or 0xF590ED) is known color: Pale Magenta. HEX triplet: F5, 90 and ED. RGB value is (245,144,237). Sum of RGB (Red+Green+Blue) = 245+144+237=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F590ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590ED is #0A6F12. Grayscale: #B8B8B8. Windows color (decimal): -683795 or 15569141. OLE color: 15569141.
HSL color Cylindrical-coordinate representation of color #F590ED: hue angle of 304.75º 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 #F590ED is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 237 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.04 |
| HSL | 304.75º | 0.83% | 0.76% | - |
| HSV(B) | 304.75º | 0.41% | 0.96% | - |
| XYZ | 62.92 | 45.47 | 85.58 | - |
| YUV | 184.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 237 | 0 | 0.41 | 0.03 | 0.04 | 304.75 | 0.83 | 0.76 |
| Hex | F5 | 90 | ED | 0 | 29 | 3 | 4 | 131 | 53 | 4C |
| Octal | 365 | 220 | 355 | 0 | 51 | 3 | 4 | 461 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11101101 | 0 | 101001 | 11 | 100 | 100110001 | 1010011 | 1001100 |
Color Harmonies of #F590ED
Complementary color
Monochromatic Colors of #F590ED
Black with #F590ED
Text Example
Text Example
White with #F590ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590ED; }
p { color: rgb(245,144,237); }
H1.HeaderClassName
{
color: #F590ED;
}
.AnyTagClassName
{
color: #F590ED;
}
</style>
background-color css
<style>
a { background-color: #F590ED; }
a { background-color: rgb(245,144,237); }
div.DivClassName
{
background-color: #F590ED;
}
.BgClassName
{
background-color: #F590ED;
}
</style>
border-color css
<style>
span { border-color: #F590ED; }
span { border-color: rgb(245,144,237); }
td.TdClassName
{
border-color: #F590ED;
}
.TagClassName
{
border-color: #F590ED;
}
</style>