Shades of Violet #F091F0
Tints of Violet #F091F0
RGB
CMYK
RGB Variations
Color information
#F091F0 (or 0xF091F0) is known color: Violet. HEX triplet: F0, 91 and F0. RGB value is (240,145,240). Sum of RGB (Red+Green+Blue) = 240+145+240=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F091F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091F0 is #0F6E0F. Grayscale: #B7B7B7. Windows color (decimal): -1011216 or 15766000. OLE color: 15766000.
HSL color Cylindrical-coordinate representation of color #F091F0: hue angle of 300º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091F0 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 240 | - |
| CMYK | 0 | 0.40 | 0 | 0.06 |
| HSL | 300º | 0.76% | 0.75% | - |
| HSV(B) | 300º | 0.4% | 0.94% | - |
| XYZ | 61.79 | 45.07 | 87.88 | - |
| YUV | 184.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 240 | 0 | 0.40 | 0 | 0.06 | 300 | 0.76 | 0.75 |
| Hex | F0 | 91 | F0 | 0 | 28 | 0 | 6 | 12C | 4C | 4B |
| Octal | 360 | 221 | 360 | 0 | 50 | 0 | 6 | 454 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11110000 | 0 | 101000 | 0 | 110 | 100101100 | 1001100 | 1001011 |
Color Harmonies of #F091F0
Complementary color
Monochromatic Colors of #F091F0
Black with #F091F0
Text Example
Text Example
White with #F091F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091F0; }
p { color: rgb(240,145,240); }
H1.HeaderClassName
{
color: #F091F0;
}
.AnyTagClassName
{
color: #F091F0;
}
</style>
background-color css
<style>
a { background-color: #F091F0; }
a { background-color: rgb(240,145,240); }
div.DivClassName
{
background-color: #F091F0;
}
.BgClassName
{
background-color: #F091F0;
}
</style>
border-color css
<style>
span { border-color: #F091F0; }
span { border-color: rgb(240,145,240); }
td.TdClassName
{
border-color: #F091F0;
}
.TagClassName
{
border-color: #F091F0;
}
</style>