Shades of Pale Magenta #F492E5
Tints of Pale Magenta #F492E5
RGB
CMYK
RGB Variations
Color information
#F492E5 (or 0xF492E5) is known color: Pale Magenta. HEX triplet: F4, 92 and E5. RGB value is (244,146,229). Sum of RGB (Red+Green+Blue) = 244+146+229=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F492E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492E5 is #0B6D1A. Grayscale: #B8B8B8. Windows color (decimal): -748827 or 15045364. OLE color: 15045364.
HSL color Cylindrical-coordinate representation of color #F492E5: hue angle of 309.18º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492E5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 229 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.04 |
| HSL | 309.18º | 0.82% | 0.76% | - |
| HSV(B) | 309.18º | 0.4% | 0.96% | - |
| XYZ | 61.73 | 45.45 | 79.65 | - |
| YUV | 184.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 229 | 0 | 0.40 | 0.06 | 0.04 | 309.18 | 0.82 | 0.76 |
| Hex | F4 | 92 | E5 | 0 | 28 | 6 | 4 | 135 | 52 | 4C |
| Octal | 364 | 222 | 345 | 0 | 50 | 6 | 4 | 465 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11100101 | 0 | 101000 | 110 | 100 | 100110101 | 1010010 | 1001100 |
Color Harmonies of #F492E5
Complementary color
Monochromatic Colors of #F492E5
Black with #F492E5
Text Example
Text Example
White with #F492E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492E5; }
p { color: rgb(244,146,229); }
H1.HeaderClassName
{
color: #F492E5;
}
.AnyTagClassName
{
color: #F492E5;
}
</style>
background-color css
<style>
a { background-color: #F492E5; }
a { background-color: rgb(244,146,229); }
div.DivClassName
{
background-color: #F492E5;
}
.BgClassName
{
background-color: #F492E5;
}
</style>
border-color css
<style>
span { border-color: #F492E5; }
span { border-color: rgb(244,146,229); }
td.TdClassName
{
border-color: #F492E5;
}
.TagClassName
{
border-color: #F492E5;
}
</style>