Shades of Violet #F081E8
Tints of Violet #F081E8
RGB
CMYK
RGB Variations
Color information
#F081E8 (or 0xF081E8) is known color: Violet. HEX triplet: F0, 81 and E8. RGB value is (240,129,232). Sum of RGB (Red+Green+Blue) = 240+129+232=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081E8 is #0F7E17. Grayscale: #ADADAD. Windows color (decimal): -1015320 or 15237616. OLE color: 15237616.
HSL color Cylindrical-coordinate representation of color #F081E8: hue angle of 304.32º 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 #F081E8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 232 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.06 |
| HSL | 304.32º | 0.79% | 0.72% | - |
| HSV(B) | 304.32º | 0.46% | 0.94% | - |
| XYZ | 58.35 | 40.05 | 81 | - |
| YUV | 173.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 232 | 0 | 0.46 | 0.03 | 0.06 | 304.32 | 0.79 | 0.72 |
| Hex | F0 | 81 | E8 | 0 | 2E | 3 | 6 | 130 | 4F | 48 |
| Octal | 360 | 201 | 350 | 0 | 56 | 3 | 6 | 460 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11101000 | 0 | 101110 | 11 | 110 | 100110000 | 1001111 | 1001000 |
Color Harmonies of #F081E8
Complementary color
Monochromatic Colors of #F081E8
Black with #F081E8
Text Example
Text Example
White with #F081E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081E8; }
p { color: rgb(240,129,232); }
H1.HeaderClassName
{
color: #F081E8;
}
.AnyTagClassName
{
color: #F081E8;
}
</style>
background-color css
<style>
a { background-color: #F081E8; }
a { background-color: rgb(240,129,232); }
div.DivClassName
{
background-color: #F081E8;
}
.BgClassName
{
background-color: #F081E8;
}
</style>
border-color css
<style>
span { border-color: #F081E8; }
span { border-color: rgb(240,129,232); }
td.TdClassName
{
border-color: #F081E8;
}
.TagClassName
{
border-color: #F081E8;
}
</style>