Shades of Pale Magenta #F590DD
Tints of Pale Magenta #F590DD
RGB
CMYK
RGB Variations
Color information
#F590DD (or 0xF590DD) is known color: Pale Magenta. HEX triplet: F5, 90 and DD. RGB value is (245,144,221). Sum of RGB (Red+Green+Blue) = 245+144+221=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F590DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590DD is #0A6F22. Grayscale: #B6B6B6. Windows color (decimal): -683811 or 14520565. OLE color: 14520565.
HSL color Cylindrical-coordinate representation of color #F590DD: hue angle of 314.26º 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 #F590DD is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 221 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.04 |
| HSL | 314.26º | 0.83% | 0.76% | - |
| HSV(B) | 314.26º | 0.41% | 0.96% | - |
| XYZ | 60.68 | 44.58 | 73.81 | - |
| YUV | 182.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 221 | 0 | 0.41 | 0.10 | 0.04 | 314.26 | 0.83 | 0.76 |
| Hex | F5 | 90 | DD | 0 | 29 | A | 4 | 13A | 53 | 4C |
| Octal | 365 | 220 | 335 | 0 | 51 | 12 | 4 | 472 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11011101 | 0 | 101001 | 1010 | 100 | 100111010 | 1010011 | 1001100 |
Color Harmonies of #F590DD
Complementary color
Monochromatic Colors of #F590DD
Black with #F590DD
Text Example
Text Example
White with #F590DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590DD; }
p { color: rgb(245,144,221); }
H1.HeaderClassName
{
color: #F590DD;
}
.AnyTagClassName
{
color: #F590DD;
}
</style>
background-color css
<style>
a { background-color: #F590DD; }
a { background-color: rgb(245,144,221); }
div.DivClassName
{
background-color: #F590DD;
}
.BgClassName
{
background-color: #F590DD;
}
</style>
border-color css
<style>
span { border-color: #F590DD; }
span { border-color: rgb(245,144,221); }
td.TdClassName
{
border-color: #F590DD;
}
.TagClassName
{
border-color: #F590DD;
}
</style>