Shades of Pale Magenta #F492E6
Tints of Pale Magenta #F492E6
RGB
CMYK
RGB Variations
Color information
#F492E6 (or 0xF492E6) is known color: Pale Magenta. HEX triplet: F4, 92 and E6. RGB value is (244,146,230). Sum of RGB (Red+Green+Blue) = 244+146+230=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F492E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492E6 is #0B6D19. Grayscale: #B8B8B8. Windows color (decimal): -748826 or 15110900. OLE color: 15110900.
HSL color Cylindrical-coordinate representation of color #F492E6: hue angle of 308.57º 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 #F492E6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 230 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.04 |
| HSL | 308.57º | 0.82% | 0.76% | - |
| HSV(B) | 308.57º | 0.4% | 0.96% | - |
| XYZ | 61.87 | 45.5 | 80.39 | - |
| YUV | 184.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 230 | 0 | 0.40 | 0.06 | 0.04 | 308.57 | 0.82 | 0.76 |
| Hex | F4 | 92 | E6 | 0 | 28 | 6 | 4 | 135 | 52 | 4C |
| Octal | 364 | 222 | 346 | 0 | 50 | 6 | 4 | 465 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11100110 | 0 | 101000 | 110 | 100 | 100110101 | 1010010 | 1001100 |
Color Harmonies of #F492E6
Complementary color
Monochromatic Colors of #F492E6
Black with #F492E6
Text Example
Text Example
White with #F492E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492E6; }
p { color: rgb(244,146,230); }
H1.HeaderClassName
{
color: #F492E6;
}
.AnyTagClassName
{
color: #F492E6;
}
</style>
background-color css
<style>
a { background-color: #F492E6; }
a { background-color: rgb(244,146,230); }
div.DivClassName
{
background-color: #F492E6;
}
.BgClassName
{
background-color: #F492E6;
}
</style>
border-color css
<style>
span { border-color: #F492E6; }
span { border-color: rgb(244,146,230); }
td.TdClassName
{
border-color: #F492E6;
}
.TagClassName
{
border-color: #F492E6;
}
</style>