Shades of Pale Magenta #F590DA
Tints of Pale Magenta #F590DA
RGB
CMYK
RGB Variations
Color information
#F590DA (or 0xF590DA) is known color: Pale Magenta. HEX triplet: F5, 90 and DA. RGB value is (245,144,218). Sum of RGB (Red+Green+Blue) = 245+144+218=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F590DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590DA is #0A6F25. Grayscale: #B6B6B6. Windows color (decimal): -683814 or 14323957. OLE color: 14323957.
HSL color Cylindrical-coordinate representation of color #F590DA: hue angle of 316.04º 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 #F590DA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 218 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 316.04º | 0.83% | 0.76% | - |
| HSV(B) | 316.04º | 0.41% | 0.96% | - |
| XYZ | 60.28 | 44.42 | 71.73 | - |
| YUV | 182.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 218 | 0 | 0.41 | 0.11 | 0.04 | 316.04 | 0.83 | 0.76 |
| Hex | F5 | 90 | DA | 0 | 29 | B | 4 | 13C | 53 | 4C |
| Octal | 365 | 220 | 332 | 0 | 51 | 13 | 4 | 474 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11011010 | 0 | 101001 | 1011 | 100 | 100111100 | 1010011 | 1001100 |
Color Harmonies of #F590DA
Complementary color
Monochromatic Colors of #F590DA
Black with #F590DA
Text Example
Text Example
White with #F590DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590DA; }
p { color: rgb(245,144,218); }
H1.HeaderClassName
{
color: #F590DA;
}
.AnyTagClassName
{
color: #F590DA;
}
</style>
background-color css
<style>
a { background-color: #F590DA; }
a { background-color: rgb(245,144,218); }
div.DivClassName
{
background-color: #F590DA;
}
.BgClassName
{
background-color: #F590DA;
}
</style>
border-color css
<style>
span { border-color: #F590DA; }
span { border-color: rgb(245,144,218); }
td.TdClassName
{
border-color: #F590DA;
}
.TagClassName
{
border-color: #F590DA;
}
</style>