Shades of Violet #F097EA
Tints of Violet #F097EA
RGB
CMYK
RGB Variations
Color information
#F097EA (or 0xF097EA) is known color: Violet. HEX triplet: F0, 97 and EA. RGB value is (240,151,234). Sum of RGB (Red+Green+Blue) = 240+151+234=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F097EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097EA is #0F6815. Grayscale: #BABABA. Windows color (decimal): -1009686 or 15374320. OLE color: 15374320.
HSL color Cylindrical-coordinate representation of color #F097EA: hue angle of 304.04º 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 #F097EA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 234 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.06 |
| HSL | 304.05º | 0.75% | 0.77% | - |
| HSV(B) | 304.05º | 0.37% | 0.94% | - |
| XYZ | 61.85 | 46.6 | 83.58 | - |
| YUV | 187.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 234 | 0 | 0.37 | 0.02 | 0.06 | 304.05 | 0.75 | 0.77 |
| Hex | F0 | 97 | EA | 0 | 25 | 2 | 6 | 130 | 4B | 4D |
| Octal | 360 | 227 | 352 | 0 | 45 | 2 | 6 | 460 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11101010 | 0 | 100101 | 10 | 110 | 100110000 | 1001011 | 1001101 |
Color Harmonies of #F097EA
Complementary color
Monochromatic Colors of #F097EA
Black with #F097EA
Text Example
Text Example
White with #F097EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097EA; }
p { color: rgb(240,151,234); }
H1.HeaderClassName
{
color: #F097EA;
}
.AnyTagClassName
{
color: #F097EA;
}
</style>
background-color css
<style>
a { background-color: #F097EA; }
a { background-color: rgb(240,151,234); }
div.DivClassName
{
background-color: #F097EA;
}
.BgClassName
{
background-color: #F097EA;
}
</style>
border-color css
<style>
span { border-color: #F097EA; }
span { border-color: rgb(240,151,234); }
td.TdClassName
{
border-color: #F097EA;
}
.TagClassName
{
border-color: #F097EA;
}
</style>