Shades of Pale Magenta #F491E0
Tints of Pale Magenta #F491E0
RGB
CMYK
RGB Variations
Color information
#F491E0 (or 0xF491E0) is known color: Pale Magenta. HEX triplet: F4, 91 and E0. RGB value is (244,145,224). Sum of RGB (Red+Green+Blue) = 244+145+224=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F491E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491E0 is #0B6E1F. Grayscale: #B7B7B7. Windows color (decimal): -749088 or 14717428. OLE color: 14717428.
HSL color Cylindrical-coordinate representation of color #F491E0: hue angle of 312.12º 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 #F491E0 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 224 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.04 |
| HSL | 312.12º | 0.82% | 0.76% | - |
| HSV(B) | 312.12º | 0.41% | 0.96% | - |
| XYZ | 60.89 | 44.87 | 75.97 | - |
| YUV | 183.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 224 | 0 | 0.41 | 0.08 | 0.04 | 312.12 | 0.82 | 0.76 |
| Hex | F4 | 91 | E0 | 0 | 29 | 8 | 4 | 138 | 52 | 4C |
| Octal | 364 | 221 | 340 | 0 | 51 | 10 | 4 | 470 | 122 | 114 |
| Binary | 11110100 | 10010001 | 11100000 | 0 | 101001 | 1000 | 100 | 100111000 | 1010010 | 1001100 |
Color Harmonies of #F491E0
Complementary color
Monochromatic Colors of #F491E0
Black with #F491E0
Text Example
Text Example
White with #F491E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491E0; }
p { color: rgb(244,145,224); }
H1.HeaderClassName
{
color: #F491E0;
}
.AnyTagClassName
{
color: #F491E0;
}
</style>
background-color css
<style>
a { background-color: #F491E0; }
a { background-color: rgb(244,145,224); }
div.DivClassName
{
background-color: #F491E0;
}
.BgClassName
{
background-color: #F491E0;
}
</style>
border-color css
<style>
span { border-color: #F491E0; }
span { border-color: rgb(244,145,224); }
td.TdClassName
{
border-color: #F491E0;
}
.TagClassName
{
border-color: #F491E0;
}
</style>