Shades of Violet #F080FF
Tints of Violet #F080FF
RGB
CMYK
RGB Variations
Color information
#F080FF (or 0xF080FF) is known color: Violet. HEX triplet: F0, 80 and FF. RGB value is (240,128,255). Sum of RGB (Red+Green+Blue) = 240+128+255=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F080FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080FF is #0F7F00. Grayscale: #AFAFAF. Windows color (decimal): -1015553 or 16744688. OLE color: 16744688.
HSL color Cylindrical-coordinate representation of color #F080FF: hue angle of 292.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F080FF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 128 | 255 | - |
| CMYK | 0.06 | 0.50 | 0 | 0 |
| HSL | 292.91º | 1% | 0.75% | - |
| HSV(B) | 292.91º | 0.5% | 1% | - |
| XYZ | 61.7 | 41.18 | 99.3 | - |
| YUV | 175.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 255 | 0.06 | 0.50 | 0 | 0 | 292.91 | 1 | 0.75 |
| Hex | F0 | 80 | FF | 6 | 32 | 0 | 0 | 125 | 64 | 4B |
| Octal | 360 | 200 | 377 | 6 | 62 | 0 | 0 | 445 | 144 | 113 |
| Binary | 11110000 | 10000000 | 11111111 | 110 | 110010 | 0 | 0 | 100100101 | 1100100 | 1001011 |
Color Harmonies of #F080FF
Complementary color
Monochromatic Colors of #F080FF
Black with #F080FF
Text Example
Text Example
White with #F080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080FF; }
p { color: rgb(240,128,255); }
H1.HeaderClassName
{
color: #F080FF;
}
.AnyTagClassName
{
color: #F080FF;
}
</style>
background-color css
<style>
a { background-color: #F080FF; }
a { background-color: rgb(240,128,255); }
div.DivClassName
{
background-color: #F080FF;
}
.BgClassName
{
background-color: #F080FF;
}
</style>
border-color css
<style>
span { border-color: #F080FF; }
span { border-color: rgb(240,128,255); }
td.TdClassName
{
border-color: #F080FF;
}
.TagClassName
{
border-color: #F080FF;
}
</style>