Shades of Violet #F091F7
Tints of Violet #F091F7
RGB
CMYK
RGB Variations
Color information
#F091F7 (or 0xF091F7) is known color: Violet. HEX triplet: F0, 91 and F7. RGB value is (240,145,247). Sum of RGB (Red+Green+Blue) = 240+145+247=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #F091F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091F7 is #0F6E08. Grayscale: #B8B8B8. Windows color (decimal): -1011209 or 16224752. OLE color: 16224752.
HSL color Cylindrical-coordinate representation of color #F091F7: hue angle of 295.88º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F091F7 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 145 | 247 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.03 |
| HSL | 295.88º | 0.86% | 0.77% | - |
| HSV(B) | 295.88º | 0.41% | 0.97% | - |
| XYZ | 62.85 | 45.49 | 93.46 | - |
| YUV | 185.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 247 | 0.03 | 0.41 | 0 | 0.03 | 295.88 | 0.86 | 0.77 |
| Hex | F0 | 91 | F7 | 3 | 29 | 0 | 3 | 128 | 56 | 4D |
| Octal | 360 | 221 | 367 | 3 | 51 | 0 | 3 | 450 | 126 | 115 |
| Binary | 11110000 | 10010001 | 11110111 | 11 | 101001 | 0 | 11 | 100101000 | 1010110 | 1001101 |
Color Harmonies of #F091F7
Complementary color
Monochromatic Colors of #F091F7
Black with #F091F7
Text Example
Text Example
White with #F091F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091F7; }
p { color: rgb(240,145,247); }
H1.HeaderClassName
{
color: #F091F7;
}
.AnyTagClassName
{
color: #F091F7;
}
</style>
background-color css
<style>
a { background-color: #F091F7; }
a { background-color: rgb(240,145,247); }
div.DivClassName
{
background-color: #F091F7;
}
.BgClassName
{
background-color: #F091F7;
}
</style>
border-color css
<style>
span { border-color: #F091F7; }
span { border-color: rgb(240,145,247); }
td.TdClassName
{
border-color: #F091F7;
}
.TagClassName
{
border-color: #F091F7;
}
</style>