Shades of Violet #F080F1
Tints of Violet #F080F1
RGB
CMYK
RGB Variations
Color information
#F080F1 (or 0xF080F1) is known color: Violet. HEX triplet: F0, 80 and F1. RGB value is (240,128,241). Sum of RGB (Red+Green+Blue) = 240+128+241=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #F080F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080F1 is #0F7F0E. Grayscale: #AEAEAE. Windows color (decimal): -1015567 or 15827184. OLE color: 15827184.
HSL color Cylindrical-coordinate representation of color #F080F1: hue angle of 299.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080F1 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 128 | 241 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.05 |
| HSL | 299.47º | 0.8% | 0.72% | - |
| HSV(B) | 299.47º | 0.47% | 0.95% | - |
| XYZ | 59.53 | 40.31 | 87.86 | - |
| YUV | 174.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 241 | 0.00 | 0.47 | 0 | 0.05 | 299.47 | 0.8 | 0.72 |
| Hex | F0 | 80 | F1 | 0 | 2F | 0 | 5 | 12B | 50 | 48 |
| Octal | 360 | 200 | 361 | 0 | 57 | 0 | 5 | 453 | 120 | 110 |
| Binary | 11110000 | 10000000 | 11110001 | 0 | 101111 | 0 | 101 | 100101011 | 1010000 | 1001000 |
Color Harmonies of #F080F1
Complementary color
Monochromatic Colors of #F080F1
Black with #F080F1
Text Example
Text Example
White with #F080F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080F1; }
p { color: rgb(240,128,241); }
H1.HeaderClassName
{
color: #F080F1;
}
.AnyTagClassName
{
color: #F080F1;
}
</style>
background-color css
<style>
a { background-color: #F080F1; }
a { background-color: rgb(240,128,241); }
div.DivClassName
{
background-color: #F080F1;
}
.BgClassName
{
background-color: #F080F1;
}
</style>
border-color css
<style>
span { border-color: #F080F1; }
span { border-color: rgb(240,128,241); }
td.TdClassName
{
border-color: #F080F1;
}
.TagClassName
{
border-color: #F080F1;
}
</style>