Shades of Violet #F097FB
Tints of Violet #F097FB
RGB
CMYK
RGB Variations
Color information
#F097FB (or 0xF097FB) is known color: Violet. HEX triplet: F0, 97 and FB. RGB value is (240,151,251). Sum of RGB (Red+Green+Blue) = 240+151+251=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #F097FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FB is #0F6804. Grayscale: #BCBCBC. Windows color (decimal): -1009669 or 16488432. OLE color: 16488432.
HSL color Cylindrical-coordinate representation of color #F097FB: hue angle of 293.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F097FB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 151 | 251 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.02 |
| HSL | 293.4º | 0.93% | 0.79% | - |
| HSV(B) | 293.4º | 0.4% | 0.98% | - |
| XYZ | 64.41 | 47.62 | 97.06 | - |
| YUV | 189.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 251 | 0.04 | 0.40 | 0 | 0.02 | 293.4 | 0.93 | 0.79 |
| Hex | F0 | 97 | FB | 4 | 28 | 0 | 2 | 125 | 5D | 4F |
| Octal | 360 | 227 | 373 | 4 | 50 | 0 | 2 | 445 | 135 | 117 |
| Binary | 11110000 | 10010111 | 11111011 | 100 | 101000 | 0 | 10 | 100100101 | 1011101 | 1001111 |
Color Harmonies of #F097FB
Complementary color
Monochromatic Colors of #F097FB
Black with #F097FB
Text Example
Text Example
White with #F097FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097FB; }
p { color: rgb(240,151,251); }
H1.HeaderClassName
{
color: #F097FB;
}
.AnyTagClassName
{
color: #F097FB;
}
</style>
background-color css
<style>
a { background-color: #F097FB; }
a { background-color: rgb(240,151,251); }
div.DivClassName
{
background-color: #F097FB;
}
.BgClassName
{
background-color: #F097FB;
}
</style>
border-color css
<style>
span { border-color: #F097FB; }
span { border-color: rgb(240,151,251); }
td.TdClassName
{
border-color: #F097FB;
}
.TagClassName
{
border-color: #F097FB;
}
</style>