Shades of Violet #F097F1
Tints of Violet #F097F1
RGB
CMYK
RGB Variations
Color information
#F097F1 (or 0xF097F1) is known color: Violet. HEX triplet: F0, 97 and F1. RGB value is (240,151,241). Sum of RGB (Red+Green+Blue) = 240+151+241=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #F097F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097F1 is #0F680E. Grayscale: #BBBBBB. Windows color (decimal): -1009679 or 15833072. OLE color: 15833072.
HSL color Cylindrical-coordinate representation of color #F097F1: hue angle of 299.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F097F1 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 151 | 241 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.05 |
| HSL | 299.33º | 0.76% | 0.77% | - |
| HSV(B) | 299.33º | 0.37% | 0.95% | - |
| XYZ | 62.88 | 47.01 | 88.98 | - |
| YUV | 187.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 241 | 0.00 | 0.37 | 0 | 0.05 | 299.33 | 0.76 | 0.77 |
| Hex | F0 | 97 | F1 | 0 | 25 | 0 | 5 | 12B | 4C | 4D |
| Octal | 360 | 227 | 361 | 0 | 45 | 0 | 5 | 453 | 114 | 115 |
| Binary | 11110000 | 10010111 | 11110001 | 0 | 100101 | 0 | 101 | 100101011 | 1001100 | 1001101 |
Color Harmonies of #F097F1
Complementary color
Monochromatic Colors of #F097F1
Black with #F097F1
Text Example
Text Example
White with #F097F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097F1; }
p { color: rgb(240,151,241); }
H1.HeaderClassName
{
color: #F097F1;
}
.AnyTagClassName
{
color: #F097F1;
}
</style>
background-color css
<style>
a { background-color: #F097F1; }
a { background-color: rgb(240,151,241); }
div.DivClassName
{
background-color: #F097F1;
}
.BgClassName
{
background-color: #F097F1;
}
</style>
border-color css
<style>
span { border-color: #F097F1; }
span { border-color: rgb(240,151,241); }
td.TdClassName
{
border-color: #F097F1;
}
.TagClassName
{
border-color: #F097F1;
}
</style>