Shades of Pale Magenta #F492DF
Tints of Pale Magenta #F492DF
RGB
CMYK
RGB Variations
Color information
#F492DF (or 0xF492DF) is known color: Pale Magenta. HEX triplet: F4, 92 and DF. RGB value is (244,146,223). Sum of RGB (Red+Green+Blue) = 244+146+223=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F492DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492DF is #0B6D20. Grayscale: #B7B7B7. Windows color (decimal): -748833 or 14652148. OLE color: 14652148.
HSL color Cylindrical-coordinate representation of color #F492DF: hue angle of 312.86º 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 #F492DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 223 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 312.86º | 0.82% | 0.76% | - |
| HSV(B) | 312.86º | 0.4% | 0.96% | - |
| XYZ | 60.91 | 45.12 | 75.31 | - |
| YUV | 184.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 223 | 0 | 0.40 | 0.09 | 0.04 | 312.86 | 0.82 | 0.76 |
| Hex | F4 | 92 | DF | 0 | 28 | 9 | 4 | 139 | 52 | 4C |
| Octal | 364 | 222 | 337 | 0 | 50 | 11 | 4 | 471 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11011111 | 0 | 101000 | 1001 | 100 | 100111001 | 1010010 | 1001100 |
Color Harmonies of #F492DF
Complementary color
Monochromatic Colors of #F492DF
Black with #F492DF
Text Example
Text Example
White with #F492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492DF; }
p { color: rgb(244,146,223); }
H1.HeaderClassName
{
color: #F492DF;
}
.AnyTagClassName
{
color: #F492DF;
}
</style>
background-color css
<style>
a { background-color: #F492DF; }
a { background-color: rgb(244,146,223); }
div.DivClassName
{
background-color: #F492DF;
}
.BgClassName
{
background-color: #F492DF;
}
</style>
border-color css
<style>
span { border-color: #F492DF; }
span { border-color: rgb(244,146,223); }
td.TdClassName
{
border-color: #F492DF;
}
.TagClassName
{
border-color: #F492DF;
}
</style>