Shades of Violet #F081EF
Tints of Violet #F081EF
RGB
CMYK
RGB Variations
Color information
#F081EF (or 0xF081EF) is known color: Violet. HEX triplet: F0, 81 and EF. RGB value is (240,129,239). Sum of RGB (Red+Green+Blue) = 240+129+239=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F081EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081EF is #0F7E10. Grayscale: #AEAEAE. Windows color (decimal): -1015313 or 15696368. OLE color: 15696368.
HSL color Cylindrical-coordinate representation of color #F081EF: hue angle of 300.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081EF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 239 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.06 |
| HSL | 300.54º | 0.79% | 0.72% | - |
| HSV(B) | 300.54º | 0.46% | 0.94% | - |
| XYZ | 59.37 | 40.46 | 86.34 | - |
| YUV | 174.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 239 | 0 | 0.46 | 0.00 | 0.06 | 300.54 | 0.79 | 0.72 |
| Hex | F0 | 81 | EF | 0 | 2E | 0 | 6 | 12D | 4F | 48 |
| Octal | 360 | 201 | 357 | 0 | 56 | 0 | 6 | 455 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11101111 | 0 | 101110 | 0 | 110 | 100101101 | 1001111 | 1001000 |
Color Harmonies of #F081EF
Complementary color
Monochromatic Colors of #F081EF
Black with #F081EF
Text Example
Text Example
White with #F081EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081EF; }
p { color: rgb(240,129,239); }
H1.HeaderClassName
{
color: #F081EF;
}
.AnyTagClassName
{
color: #F081EF;
}
</style>
background-color css
<style>
a { background-color: #F081EF; }
a { background-color: rgb(240,129,239); }
div.DivClassName
{
background-color: #F081EF;
}
.BgClassName
{
background-color: #F081EF;
}
</style>
border-color css
<style>
span { border-color: #F081EF; }
span { border-color: rgb(240,129,239); }
td.TdClassName
{
border-color: #F081EF;
}
.TagClassName
{
border-color: #F081EF;
}
</style>