Shades of Violet #F097EC
Tints of Violet #F097EC
RGB
CMYK
RGB Variations
Color information
#F097EC (or 0xF097EC) is known color: Violet. HEX triplet: F0, 97 and EC. RGB value is (240,151,236). Sum of RGB (Red+Green+Blue) = 240+151+236=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F097EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097EC is #0F6813. Grayscale: #BBBBBB. Windows color (decimal): -1009684 or 15505392. OLE color: 15505392.
HSL color Cylindrical-coordinate representation of color #F097EC: hue angle of 302.7º 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 #F097EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 236 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.06 |
| HSL | 302.7º | 0.75% | 0.77% | - |
| HSV(B) | 302.7º | 0.37% | 0.94% | - |
| XYZ | 62.14 | 46.71 | 85.1 | - |
| YUV | 187.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 236 | 0 | 0.37 | 0.02 | 0.06 | 302.7 | 0.75 | 0.77 |
| Hex | F0 | 97 | EC | 0 | 25 | 2 | 6 | 12F | 4B | 4D |
| Octal | 360 | 227 | 354 | 0 | 45 | 2 | 6 | 457 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11101100 | 0 | 100101 | 10 | 110 | 100101111 | 1001011 | 1001101 |
Color Harmonies of #F097EC
Complementary color
Monochromatic Colors of #F097EC
Black with #F097EC
Text Example
Text Example
White with #F097EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097EC; }
p { color: rgb(240,151,236); }
H1.HeaderClassName
{
color: #F097EC;
}
.AnyTagClassName
{
color: #F097EC;
}
</style>
background-color css
<style>
a { background-color: #F097EC; }
a { background-color: rgb(240,151,236); }
div.DivClassName
{
background-color: #F097EC;
}
.BgClassName
{
background-color: #F097EC;
}
</style>
border-color css
<style>
span { border-color: #F097EC; }
span { border-color: rgb(240,151,236); }
td.TdClassName
{
border-color: #F097EC;
}
.TagClassName
{
border-color: #F097EC;
}
</style>