Shades of Violet #F492FF
Tints of Violet #F492FF
RGB
CMYK
RGB Variations
Color information
#F492FF (or 0xF492FF) is known color: Violet. HEX triplet: F4, 92 and FF. RGB value is (244,146,255). Sum of RGB (Red+Green+Blue) = 244+146+255=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 146 (57.42% from 255 or 22.64% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F492FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492FF is #0B6D00. Grayscale: #BBBBBB. Windows color (decimal): -748801 or 16749300. OLE color: 16749300.
HSL color Cylindrical-coordinate representation of color #F492FF: hue angle of 293.94º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F492FF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 146 | 255 | - |
| CMYK | 0.04 | 0.43 | 0 | 0 |
| HSL | 293.94º | 1% | 0.79% | - |
| HSV(B) | 293.94º | 0.43% | 1% | - |
| XYZ | 65.64 | 47.01 | 100.22 | - |
| YUV | 187.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 255 | 0.04 | 0.43 | 0 | 0 | 293.94 | 1 | 0.79 |
| Hex | F4 | 92 | FF | 4 | 2B | 0 | 0 | 126 | 64 | 4F |
| Octal | 364 | 222 | 377 | 4 | 53 | 0 | 0 | 446 | 144 | 117 |
| Binary | 11110100 | 10010010 | 11111111 | 100 | 101011 | 0 | 0 | 100100110 | 1100100 | 1001111 |
Color Harmonies of #F492FF
Complementary color
Monochromatic Colors of #F492FF
Black with #F492FF
Text Example
Text Example
White with #F492FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492FF; }
p { color: rgb(244,146,255); }
H1.HeaderClassName
{
color: #F492FF;
}
.AnyTagClassName
{
color: #F492FF;
}
</style>
background-color css
<style>
a { background-color: #F492FF; }
a { background-color: rgb(244,146,255); }
div.DivClassName
{
background-color: #F492FF;
}
.BgClassName
{
background-color: #F492FF;
}
</style>
border-color css
<style>
span { border-color: #F492FF; }
span { border-color: rgb(244,146,255); }
td.TdClassName
{
border-color: #F492FF;
}
.TagClassName
{
border-color: #F492FF;
}
</style>