Shades of Pale Magenta #F493E5
Tints of Pale Magenta #F493E5
RGB
CMYK
RGB Variations
Color information
#F493E5 (or 0xF493E5) is known color: Pale Magenta. HEX triplet: F4, 93 and E5. RGB value is (244,147,229). Sum of RGB (Red+Green+Blue) = 244+147+229=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F493E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493E5 is #0B6C1A. Grayscale: #B9B9B9. Windows color (decimal): -748571 or 15045620. OLE color: 15045620.
HSL color Cylindrical-coordinate representation of color #F493E5: hue angle of 309.28º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493E5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 229 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.04 |
| HSL | 309.28º | 0.82% | 0.77% | - |
| HSV(B) | 309.28º | 0.4% | 0.96% | - |
| XYZ | 61.88 | 45.76 | 79.7 | - |
| YUV | 185.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 229 | 0 | 0.40 | 0.06 | 0.04 | 309.28 | 0.82 | 0.77 |
| Hex | F4 | 93 | E5 | 0 | 28 | 6 | 4 | 135 | 52 | 4D |
| Octal | 364 | 223 | 345 | 0 | 50 | 6 | 4 | 465 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11100101 | 0 | 101000 | 110 | 100 | 100110101 | 1010010 | 1001101 |
Color Harmonies of #F493E5
Complementary color
Monochromatic Colors of #F493E5
Black with #F493E5
Text Example
Text Example
White with #F493E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493E5; }
p { color: rgb(244,147,229); }
H1.HeaderClassName
{
color: #F493E5;
}
.AnyTagClassName
{
color: #F493E5;
}
</style>
background-color css
<style>
a { background-color: #F493E5; }
a { background-color: rgb(244,147,229); }
div.DivClassName
{
background-color: #F493E5;
}
.BgClassName
{
background-color: #F493E5;
}
</style>
border-color css
<style>
span { border-color: #F493E5; }
span { border-color: rgb(244,147,229); }
td.TdClassName
{
border-color: #F493E5;
}
.TagClassName
{
border-color: #F493E5;
}
</style>