Shades of Violet #F083EE
Tints of Violet #F083EE
RGB
CMYK
RGB Variations
Color information
#F083EE (or 0xF083EE) is known color: Violet. HEX triplet: F0, 83 and EE. RGB value is (240,131,238). Sum of RGB (Red+Green+Blue) = 240+131+238=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F083EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083EE is #0F7C11. Grayscale: #AFAFAF. Windows color (decimal): -1014802 or 15631344. OLE color: 15631344.
HSL color Cylindrical-coordinate representation of color #F083EE: hue angle of 301.1º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083EE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 238 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.06 |
| HSL | 301.1º | 0.78% | 0.73% | - |
| HSV(B) | 301.1º | 0.45% | 0.94% | - |
| XYZ | 59.48 | 40.93 | 85.65 | - |
| YUV | 175.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 238 | 0 | 0.45 | 0.01 | 0.06 | 301.1 | 0.78 | 0.73 |
| Hex | F0 | 83 | EE | 0 | 2D | 1 | 6 | 12D | 4E | 49 |
| Octal | 360 | 203 | 356 | 0 | 55 | 1 | 6 | 455 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11101110 | 0 | 101101 | 1 | 110 | 100101101 | 1001110 | 1001001 |
Color Harmonies of #F083EE
Complementary color
Monochromatic Colors of #F083EE
Black with #F083EE
Text Example
Text Example
White with #F083EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083EE; }
p { color: rgb(240,131,238); }
H1.HeaderClassName
{
color: #F083EE;
}
.AnyTagClassName
{
color: #F083EE;
}
</style>
background-color css
<style>
a { background-color: #F083EE; }
a { background-color: rgb(240,131,238); }
div.DivClassName
{
background-color: #F083EE;
}
.BgClassName
{
background-color: #F083EE;
}
</style>
border-color css
<style>
span { border-color: #F083EE; }
span { border-color: rgb(240,131,238); }
td.TdClassName
{
border-color: #F083EE;
}
.TagClassName
{
border-color: #F083EE;
}
</style>