Shades of Violet #F492F1
Tints of Violet #F492F1
RGB
CMYK
RGB Variations
Color information
#F492F1 (or 0xF492F1) is known color: Violet. HEX triplet: F4, 92 and F1. RGB value is (244,146,241). Sum of RGB (Red+Green+Blue) = 244+146+241=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 146 (57.42% from 255 or 23.14% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F492F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492F1 is #0B6D0E. Grayscale: #B9B9B9. Windows color (decimal): -748815 or 15831796. OLE color: 15831796.
HSL color Cylindrical-coordinate representation of color #F492F1: hue angle of 301.84º 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 #F492F1 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 241 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.04 |
| HSL | 301.84º | 0.82% | 0.76% | - |
| HSV(B) | 301.84º | 0.4% | 0.96% | - |
| XYZ | 63.46 | 46.14 | 88.78 | - |
| YUV | 186.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 241 | 0 | 0.40 | 0.01 | 0.04 | 301.84 | 0.82 | 0.76 |
| Hex | F4 | 92 | F1 | 0 | 28 | 1 | 4 | 12E | 52 | 4C |
| Octal | 364 | 222 | 361 | 0 | 50 | 1 | 4 | 456 | 122 | 114 |
| Binary | 11110100 | 10010010 | 11110001 | 0 | 101000 | 1 | 100 | 100101110 | 1010010 | 1001100 |
Color Harmonies of #F492F1
Complementary color
Monochromatic Colors of #F492F1
Black with #F492F1
Text Example
Text Example
White with #F492F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492F1; }
p { color: rgb(244,146,241); }
H1.HeaderClassName
{
color: #F492F1;
}
.AnyTagClassName
{
color: #F492F1;
}
</style>
background-color css
<style>
a { background-color: #F492F1; }
a { background-color: rgb(244,146,241); }
div.DivClassName
{
background-color: #F492F1;
}
.BgClassName
{
background-color: #F492F1;
}
</style>
border-color css
<style>
span { border-color: #F492F1; }
span { border-color: rgb(244,146,241); }
td.TdClassName
{
border-color: #F492F1;
}
.TagClassName
{
border-color: #F492F1;
}
</style>