Shades of Violet #F092FA
Tints of Violet #F092FA
RGB
CMYK
RGB Variations
Color information
#F092FA (or 0xF092FA) is known color: Violet. HEX triplet: F0, 92 and FA. RGB value is (240,146,250). Sum of RGB (Red+Green+Blue) = 240+146+250=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 146 (57.42% from 255 or 22.96% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F092FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092FA is #0F6D05. Grayscale: #B9B9B9. Windows color (decimal): -1010950 or 16421616. OLE color: 16421616.
HSL color Cylindrical-coordinate representation of color #F092FA: hue angle of 294.23º 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 #F092FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 146 | 250 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.02 |
| HSL | 294.23º | 0.91% | 0.78% | - |
| HSV(B) | 294.23º | 0.42% | 0.98% | - |
| XYZ | 63.47 | 45.99 | 95.97 | - |
| YUV | 185.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 250 | 0.04 | 0.42 | 0 | 0.02 | 294.23 | 0.91 | 0.78 |
| Hex | F0 | 92 | FA | 4 | 2A | 0 | 2 | 126 | 5B | 4E |
| Octal | 360 | 222 | 372 | 4 | 52 | 0 | 2 | 446 | 133 | 116 |
| Binary | 11110000 | 10010010 | 11111010 | 100 | 101010 | 0 | 10 | 100100110 | 1011011 | 1001110 |
Color Harmonies of #F092FA
Complementary color
Monochromatic Colors of #F092FA
Black with #F092FA
Text Example
Text Example
White with #F092FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092FA; }
p { color: rgb(240,146,250); }
H1.HeaderClassName
{
color: #F092FA;
}
.AnyTagClassName
{
color: #F092FA;
}
</style>
background-color css
<style>
a { background-color: #F092FA; }
a { background-color: rgb(240,146,250); }
div.DivClassName
{
background-color: #F092FA;
}
.BgClassName
{
background-color: #F092FA;
}
</style>
border-color css
<style>
span { border-color: #F092FA; }
span { border-color: rgb(240,146,250); }
td.TdClassName
{
border-color: #F092FA;
}
.TagClassName
{
border-color: #F092FA;
}
</style>