Shades of Violet #F080F2
Tints of Violet #F080F2
RGB
CMYK
RGB Variations
Color information
#F080F2 (or 0xF080F2) is known color: Violet. HEX triplet: F0, 80 and F2. RGB value is (240,128,242). Sum of RGB (Red+Green+Blue) = 240+128+242=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #F080F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080F2 is #0F7F0D. Grayscale: #AEAEAE. Windows color (decimal): -1015566 or 15892720. OLE color: 15892720.
HSL color Cylindrical-coordinate representation of color #F080F2: hue angle of 298.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080F2 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 128 | 242 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.05 |
| HSL | 298.95º | 0.81% | 0.73% | - |
| HSV(B) | 298.95º | 0.47% | 0.95% | - |
| XYZ | 59.68 | 40.37 | 88.65 | - |
| YUV | 174.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 242 | 0.01 | 0.47 | 0 | 0.05 | 298.95 | 0.81 | 0.73 |
| Hex | F0 | 80 | F2 | 1 | 2F | 0 | 5 | 12B | 51 | 49 |
| Octal | 360 | 200 | 362 | 1 | 57 | 0 | 5 | 453 | 121 | 111 |
| Binary | 11110000 | 10000000 | 11110010 | 1 | 101111 | 0 | 101 | 100101011 | 1010001 | 1001001 |
Color Harmonies of #F080F2
Complementary color
Monochromatic Colors of #F080F2
Black with #F080F2
Text Example
Text Example
White with #F080F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080F2; }
p { color: rgb(240,128,242); }
H1.HeaderClassName
{
color: #F080F2;
}
.AnyTagClassName
{
color: #F080F2;
}
</style>
background-color css
<style>
a { background-color: #F080F2; }
a { background-color: rgb(240,128,242); }
div.DivClassName
{
background-color: #F080F2;
}
.BgClassName
{
background-color: #F080F2;
}
</style>
border-color css
<style>
span { border-color: #F080F2; }
span { border-color: rgb(240,128,242); }
td.TdClassName
{
border-color: #F080F2;
}
.TagClassName
{
border-color: #F080F2;
}
</style>