Shades of Violet #F092EF
Tints of Violet #F092EF
RGB
CMYK
RGB Variations
Color information
#F092EF (or 0xF092EF) is known color: Violet. HEX triplet: F0, 92 and EF. RGB value is (240,146,239). Sum of RGB (Red+Green+Blue) = 240+146+239=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F092EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092EF is #0F6D10. Grayscale: #B8B8B8. Windows color (decimal): -1010961 or 15700720. OLE color: 15700720.
HSL color Cylindrical-coordinate representation of color #F092EF: hue angle of 300.64º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092EF is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 239 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.06 |
| HSL | 300.64º | 0.76% | 0.76% | - |
| HSV(B) | 300.64º | 0.39% | 0.94% | - |
| XYZ | 61.79 | 45.32 | 87.15 | - |
| YUV | 184.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 239 | 0 | 0.39 | 0.00 | 0.06 | 300.64 | 0.76 | 0.76 |
| Hex | F0 | 92 | EF | 0 | 27 | 0 | 6 | 12D | 4C | 4C |
| Octal | 360 | 222 | 357 | 0 | 47 | 0 | 6 | 455 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11101111 | 0 | 100111 | 0 | 110 | 100101101 | 1001100 | 1001100 |
Color Harmonies of #F092EF
Complementary color
Monochromatic Colors of #F092EF
Black with #F092EF
Text Example
Text Example
White with #F092EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092EF; }
p { color: rgb(240,146,239); }
H1.HeaderClassName
{
color: #F092EF;
}
.AnyTagClassName
{
color: #F092EF;
}
</style>
background-color css
<style>
a { background-color: #F092EF; }
a { background-color: rgb(240,146,239); }
div.DivClassName
{
background-color: #F092EF;
}
.BgClassName
{
background-color: #F092EF;
}
</style>
border-color css
<style>
span { border-color: #F092EF; }
span { border-color: rgb(240,146,239); }
td.TdClassName
{
border-color: #F092EF;
}
.TagClassName
{
border-color: #F092EF;
}
</style>