Shades of Violet #F080FE
Tints of Violet #F080FE
RGB
CMYK
RGB Variations
Color information
#F080FE (or 0xF080FE) is known color: Violet. HEX triplet: F0, 80 and FE. RGB value is (240,128,254). Sum of RGB (Red+Green+Blue) = 240+128+254=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #F080FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080FE is #0F7F01. Grayscale: #AFAFAF. Windows color (decimal): -1015554 or 16679152. OLE color: 16679152.
HSL color Cylindrical-coordinate representation of color #F080FE: hue angle of 293.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F080FE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 128 | 254 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.00 |
| HSL | 293.33º | 0.98% | 0.75% | - |
| HSV(B) | 293.33º | 0.5% | 1% | - |
| XYZ | 61.54 | 41.12 | 98.46 | - |
| YUV | 175.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 254 | 0.06 | 0.50 | 0 | 0.00 | 293.33 | 0.98 | 0.75 |
| Hex | F0 | 80 | FE | 6 | 32 | 0 | 0 | 125 | 62 | 4B |
| Octal | 360 | 200 | 376 | 6 | 62 | 0 | 0 | 445 | 142 | 113 |
| Binary | 11110000 | 10000000 | 11111110 | 110 | 110010 | 0 | 0 | 100100101 | 1100010 | 1001011 |
Color Harmonies of #F080FE
Complementary color
Monochromatic Colors of #F080FE
Black with #F080FE
Text Example
Text Example
White with #F080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080FE; }
p { color: rgb(240,128,254); }
H1.HeaderClassName
{
color: #F080FE;
}
.AnyTagClassName
{
color: #F080FE;
}
</style>
background-color css
<style>
a { background-color: #F080FE; }
a { background-color: rgb(240,128,254); }
div.DivClassName
{
background-color: #F080FE;
}
.BgClassName
{
background-color: #F080FE;
}
</style>
border-color css
<style>
span { border-color: #F080FE; }
span { border-color: rgb(240,128,254); }
td.TdClassName
{
border-color: #F080FE;
}
.TagClassName
{
border-color: #F080FE;
}
</style>