Shades of Pale Magenta #F491DD
Tints of Pale Magenta #F491DD
RGB
CMYK
RGB Variations
Color information
#F491DD (or 0xF491DD) is known color: Pale Magenta. HEX triplet: F4, 91 and DD. RGB value is (244,145,221). Sum of RGB (Red+Green+Blue) = 244+145+221=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F491DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491DD is #0B6E22. Grayscale: #B7B7B7. Windows color (decimal): -749091 or 14520820. OLE color: 14520820.
HSL color Cylindrical-coordinate representation of color #F491DD: hue angle of 313.94º degrees, saturation: 0.82, 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 #F491DD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 221 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.04 |
| HSL | 313.94º | 0.82% | 0.76% | - |
| HSV(B) | 313.94º | 0.41% | 0.96% | - |
| XYZ | 60.48 | 44.7 | 73.85 | - |
| YUV | 183.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 221 | 0 | 0.41 | 0.09 | 0.04 | 313.94 | 0.82 | 0.76 |
| Hex | F4 | 91 | DD | 0 | 29 | 9 | 4 | 13A | 52 | 4C |
| Octal | 364 | 221 | 335 | 0 | 51 | 11 | 4 | 472 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11011101 | 0 | 101001 | 1001 | 100 | 100111010 | 1010010 | 1001100 |
Color Harmonies of #F491DD
Complementary color
Monochromatic Colors of #F491DD
Black with #F491DD
Text Example
Text Example
White with #F491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491DD; }
p { color: rgb(244,145,221); }
H1.HeaderClassName
{
color: #F491DD;
}
.AnyTagClassName
{
color: #F491DD;
}
</style>
background-color css
<style>
a { background-color: #F491DD; }
a { background-color: rgb(244,145,221); }
div.DivClassName
{
background-color: #F491DD;
}
.BgClassName
{
background-color: #F491DD;
}
</style>
border-color css
<style>
span { border-color: #F491DD; }
span { border-color: rgb(244,145,221); }
td.TdClassName
{
border-color: #F491DD;
}
.TagClassName
{
border-color: #F491DD;
}
</style>