Shades of Violet #F097EE
Tints of Violet #F097EE
RGB
CMYK
RGB Variations
Color information
#F097EE (or 0xF097EE) is known color: Violet. HEX triplet: F0, 97 and EE. RGB value is (240,151,238). Sum of RGB (Red+Green+Blue) = 240+151+238=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F097EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097EE is #0F6811. Grayscale: #BBBBBB. Windows color (decimal): -1009682 or 15636464. OLE color: 15636464.
HSL color Cylindrical-coordinate representation of color #F097EE: hue angle of 301.35º 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 #F097EE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 238 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.06 |
| HSL | 301.35º | 0.75% | 0.77% | - |
| HSV(B) | 301.35º | 0.37% | 0.94% | - |
| XYZ | 62.43 | 46.83 | 86.64 | - |
| YUV | 187.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 238 | 0 | 0.37 | 0.01 | 0.06 | 301.35 | 0.75 | 0.77 |
| Hex | F0 | 97 | EE | 0 | 25 | 1 | 6 | 12D | 4B | 4D |
| Octal | 360 | 227 | 356 | 0 | 45 | 1 | 6 | 455 | 113 | 115 |
| Binary | 11110000 | 10010111 | 11101110 | 0 | 100101 | 1 | 110 | 100101101 | 1001011 | 1001101 |
Color Harmonies of #F097EE
Complementary color
Monochromatic Colors of #F097EE
Black with #F097EE
Text Example
Text Example
White with #F097EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097EE; }
p { color: rgb(240,151,238); }
H1.HeaderClassName
{
color: #F097EE;
}
.AnyTagClassName
{
color: #F097EE;
}
</style>
background-color css
<style>
a { background-color: #F097EE; }
a { background-color: rgb(240,151,238); }
div.DivClassName
{
background-color: #F097EE;
}
.BgClassName
{
background-color: #F097EE;
}
</style>
border-color css
<style>
span { border-color: #F097EE; }
span { border-color: rgb(240,151,238); }
td.TdClassName
{
border-color: #F097EE;
}
.TagClassName
{
border-color: #F097EE;
}
</style>