Shades of Violet #F092EA
Tints of Violet #F092EA
RGB
CMYK
RGB Variations
Color information
#F092EA (or 0xF092EA) is known color: Violet. HEX triplet: F0, 92 and EA. RGB value is (240,146,234). Sum of RGB (Red+Green+Blue) = 240+146+234=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F092EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092EA is #0F6D15. Grayscale: #B7B7B7. Windows color (decimal): -1010966 or 15373040. OLE color: 15373040.
HSL color Cylindrical-coordinate representation of color #F092EA: hue angle of 303.83º 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 #F092EA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 234 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.06 |
| HSL | 303.83º | 0.76% | 0.76% | - |
| HSV(B) | 303.83º | 0.39% | 0.94% | - |
| XYZ | 61.07 | 45.02 | 83.31 | - |
| YUV | 184.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 234 | 0 | 0.39 | 0.02 | 0.06 | 303.83 | 0.76 | 0.76 |
| Hex | F0 | 92 | EA | 0 | 27 | 2 | 6 | 130 | 4C | 4C |
| Octal | 360 | 222 | 352 | 0 | 47 | 2 | 6 | 460 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11101010 | 0 | 100111 | 10 | 110 | 100110000 | 1001100 | 1001100 |
Color Harmonies of #F092EA
Complementary color
Monochromatic Colors of #F092EA
Black with #F092EA
Text Example
Text Example
White with #F092EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092EA; }
p { color: rgb(240,146,234); }
H1.HeaderClassName
{
color: #F092EA;
}
.AnyTagClassName
{
color: #F092EA;
}
</style>
background-color css
<style>
a { background-color: #F092EA; }
a { background-color: rgb(240,146,234); }
div.DivClassName
{
background-color: #F092EA;
}
.BgClassName
{
background-color: #F092EA;
}
</style>
border-color css
<style>
span { border-color: #F092EA; }
span { border-color: rgb(240,146,234); }
td.TdClassName
{
border-color: #F092EA;
}
.TagClassName
{
border-color: #F092EA;
}
</style>