Shades of Pale Magenta #F492E7
Tints of Pale Magenta #F492E7
RGB
CMYK
RGB Variations
Color information
#F492E7 (or 0xF492E7) is known color: Pale Magenta. HEX triplet: F4, 92 and E7. RGB value is (244,146,231). Sum of RGB (Red+Green+Blue) = 244+146+231=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F492E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492E7 is #0B6D18. Grayscale: #B8B8B8. Windows color (decimal): -748825 or 15176436. OLE color: 15176436.
HSL color Cylindrical-coordinate representation of color #F492E7: hue angle of 307.96º 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 #F492E7 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 231 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.04 |
| HSL | 307.96º | 0.82% | 0.76% | - |
| HSV(B) | 307.96º | 0.4% | 0.96% | - |
| XYZ | 62.01 | 45.56 | 81.13 | - |
| YUV | 184.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 231 | 0 | 0.40 | 0.05 | 0.04 | 307.96 | 0.82 | 0.76 |
| Hex | F4 | 92 | E7 | 0 | 28 | 5 | 4 | 134 | 52 | 4C |
| Octal | 364 | 222 | 347 | 0 | 50 | 5 | 4 | 464 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11100111 | 0 | 101000 | 101 | 100 | 100110100 | 1010010 | 1001100 |
Color Harmonies of #F492E7
Complementary color
Monochromatic Colors of #F492E7
Black with #F492E7
Text Example
Text Example
White with #F492E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492E7; }
p { color: rgb(244,146,231); }
H1.HeaderClassName
{
color: #F492E7;
}
.AnyTagClassName
{
color: #F492E7;
}
</style>
background-color css
<style>
a { background-color: #F492E7; }
a { background-color: rgb(244,146,231); }
div.DivClassName
{
background-color: #F492E7;
}
.BgClassName
{
background-color: #F492E7;
}
</style>
border-color css
<style>
span { border-color: #F492E7; }
span { border-color: rgb(244,146,231); }
td.TdClassName
{
border-color: #F492E7;
}
.TagClassName
{
border-color: #F492E7;
}
</style>