Shades of Violet #F084FE
Tints of Violet #F084FE
RGB
CMYK
RGB Variations
Color information
#F084FE (or 0xF084FE) is known color: Violet. HEX triplet: F0, 84 and FE. RGB value is (240,132,254). Sum of RGB (Red+Green+Blue) = 240+132+254=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 132 (51.95% from 255 or 21.09% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #F084FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084FE is #0F7B01. Grayscale: #B1B1B1. Windows color (decimal): -1014530 or 16680176. OLE color: 16680176.
HSL color Cylindrical-coordinate representation of color #F084FE: hue angle of 293.11º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F084FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 132 | 254 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.00 |
| HSL | 293.11º | 0.98% | 0.76% | - |
| HSV(B) | 293.11º | 0.48% | 1% | - |
| XYZ | 62.08 | 42.18 | 98.64 | - |
| YUV | 178.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 254 | 0.06 | 0.48 | 0 | 0.00 | 293.11 | 0.98 | 0.76 |
| Hex | F0 | 84 | FE | 6 | 30 | 0 | 0 | 125 | 62 | 4C |
| Octal | 360 | 204 | 376 | 6 | 60 | 0 | 0 | 445 | 142 | 114 |
| Binary | 11110000 | 10000100 | 11111110 | 110 | 110000 | 0 | 0 | 100100101 | 1100010 | 1001100 |
Color Harmonies of #F084FE
Complementary color
Monochromatic Colors of #F084FE
Black with #F084FE
Text Example
Text Example
White with #F084FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084FE; }
p { color: rgb(240,132,254); }
H1.HeaderClassName
{
color: #F084FE;
}
.AnyTagClassName
{
color: #F084FE;
}
</style>
background-color css
<style>
a { background-color: #F084FE; }
a { background-color: rgb(240,132,254); }
div.DivClassName
{
background-color: #F084FE;
}
.BgClassName
{
background-color: #F084FE;
}
</style>
border-color css
<style>
span { border-color: #F084FE; }
span { border-color: rgb(240,132,254); }
td.TdClassName
{
border-color: #F084FE;
}
.TagClassName
{
border-color: #F084FE;
}
</style>