Shades of Violet #F097F7
Tints of Violet #F097F7
RGB
CMYK
RGB Variations
Color information
#F097F7 (or 0xF097F7) is known color: Violet. HEX triplet: F0, 97 and F7. RGB value is (240,151,247). Sum of RGB (Red+Green+Blue) = 240+151+247=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 151 (59.38% from 255 or 23.67% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #F097F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097F7 is #0F6808. Grayscale: #BCBCBC. Windows color (decimal): -1009673 or 16226288. OLE color: 16226288.
HSL color Cylindrical-coordinate representation of color #F097F7: hue angle of 295.62º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F097F7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 151 | 247 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.03 |
| HSL | 295.63º | 0.86% | 0.78% | - |
| HSV(B) | 295.63º | 0.39% | 0.97% | - |
| XYZ | 63.79 | 47.37 | 93.78 | - |
| YUV | 188.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 247 | 0.03 | 0.39 | 0 | 0.03 | 295.63 | 0.86 | 0.78 |
| Hex | F0 | 97 | F7 | 3 | 27 | 0 | 3 | 128 | 56 | 4E |
| Octal | 360 | 227 | 367 | 3 | 47 | 0 | 3 | 450 | 126 | 116 |
| Binary | 11110000 | 10010111 | 11110111 | 11 | 100111 | 0 | 11 | 100101000 | 1010110 | 1001110 |
Color Harmonies of #F097F7
Complementary color
Monochromatic Colors of #F097F7
Black with #F097F7
Text Example
Text Example
White with #F097F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097F7; }
p { color: rgb(240,151,247); }
H1.HeaderClassName
{
color: #F097F7;
}
.AnyTagClassName
{
color: #F097F7;
}
</style>
background-color css
<style>
a { background-color: #F097F7; }
a { background-color: rgb(240,151,247); }
div.DivClassName
{
background-color: #F097F7;
}
.BgClassName
{
background-color: #F097F7;
}
</style>
border-color css
<style>
span { border-color: #F097F7; }
span { border-color: rgb(240,151,247); }
td.TdClassName
{
border-color: #F097F7;
}
.TagClassName
{
border-color: #F097F7;
}
</style>