Shades of Violet #F492FA
Tints of Violet #F492FA
RGB
CMYK
RGB Variations
Color information
#F492FA (or 0xF492FA) is known color: Violet. HEX triplet: F4, 92 and FA. RGB value is (244,146,250). Sum of RGB (Red+Green+Blue) = 244+146+250=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 146 (57.42% from 255 or 22.81% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F492FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492FA is #0B6D05. Grayscale: #BABABA. Windows color (decimal): -748806 or 16421620. OLE color: 16421620.
HSL color Cylindrical-coordinate representation of color #F492FA: hue angle of 296.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F492FA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 146 | 250 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 296.54º | 0.91% | 0.78% | - |
| HSV(B) | 296.54º | 0.42% | 0.98% | - |
| XYZ | 64.84 | 46.69 | 96.04 | - |
| YUV | 187.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 250 | 0.02 | 0.42 | 0 | 0.02 | 296.54 | 0.91 | 0.78 |
| Hex | F4 | 92 | FA | 2 | 2A | 0 | 2 | 129 | 5B | 4E |
| Octal | 364 | 222 | 372 | 2 | 52 | 0 | 2 | 451 | 133 | 116 |
| Binary | 11110100 | 10010010 | 11111010 | 10 | 101010 | 0 | 10 | 100101001 | 1011011 | 1001110 |
Color Harmonies of #F492FA
Complementary color
Monochromatic Colors of #F492FA
Black with #F492FA
Text Example
Text Example
White with #F492FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492FA; }
p { color: rgb(244,146,250); }
H1.HeaderClassName
{
color: #F492FA;
}
.AnyTagClassName
{
color: #F492FA;
}
</style>
background-color css
<style>
a { background-color: #F492FA; }
a { background-color: rgb(244,146,250); }
div.DivClassName
{
background-color: #F492FA;
}
.BgClassName
{
background-color: #F492FA;
}
</style>
border-color css
<style>
span { border-color: #F492FA; }
span { border-color: rgb(244,146,250); }
td.TdClassName
{
border-color: #F492FA;
}
.TagClassName
{
border-color: #F492FA;
}
</style>