Shades of Violet #F098EC
Tints of Violet #F098EC
RGB
CMYK
RGB Variations
Color information
#F098EC (or 0xF098EC) is known color: Violet. HEX triplet: F0, 98 and EC. RGB value is (240,152,236). Sum of RGB (Red+Green+Blue) = 240+152+236=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F098EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098EC is #0F6713. Grayscale: #BBBBBB. Windows color (decimal): -1009428 or 15505648. OLE color: 15505648.
HSL color Cylindrical-coordinate representation of color #F098EC: hue angle of 302.73º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 236 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.06 |
| HSL | 302.73º | 0.75% | 0.77% | - |
| HSV(B) | 302.73º | 0.37% | 0.94% | - |
| XYZ | 62.3 | 47.04 | 85.15 | - |
| YUV | 187.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 236 | 0 | 0.37 | 0.02 | 0.06 | 302.73 | 0.75 | 0.77 |
| Hex | F0 | 98 | EC | 0 | 25 | 2 | 6 | 12F | 4B | 4D |
| Octal | 360 | 230 | 354 | 0 | 45 | 2 | 6 | 457 | 113 | 115 |
| Binary | 11110000 | 10011000 | 11101100 | 0 | 100101 | 10 | 110 | 100101111 | 1001011 | 1001101 |
Color Harmonies of #F098EC
Complementary color
Monochromatic Colors of #F098EC
Black with #F098EC
Text Example
Text Example
White with #F098EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098EC; }
p { color: rgb(240,152,236); }
H1.HeaderClassName
{
color: #F098EC;
}
.AnyTagClassName
{
color: #F098EC;
}
</style>
background-color css
<style>
a { background-color: #F098EC; }
a { background-color: rgb(240,152,236); }
div.DivClassName
{
background-color: #F098EC;
}
.BgClassName
{
background-color: #F098EC;
}
</style>
border-color css
<style>
span { border-color: #F098EC; }
span { border-color: rgb(240,152,236); }
td.TdClassName
{
border-color: #F098EC;
}
.TagClassName
{
border-color: #F098EC;
}
</style>