Shades of Violet #F081ED
Tints of Violet #F081ED
RGB
CMYK
RGB Variations
Color information
#F081ED (or 0xF081ED) is known color: Violet. HEX triplet: F0, 81 and ED. RGB value is (240,129,237). Sum of RGB (Red+Green+Blue) = 240+129+237=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F081ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081ED is #0F7E12. Grayscale: #AEAEAE. Windows color (decimal): -1015315 or 15565296. OLE color: 15565296.
HSL color Cylindrical-coordinate representation of color #F081ED: hue angle of 301.62º 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 #F081ED is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 237 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.06 |
| HSL | 301.62º | 0.79% | 0.72% | - |
| HSV(B) | 301.62º | 0.46% | 0.94% | - |
| XYZ | 59.07 | 40.34 | 84.79 | - |
| YUV | 174.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 237 | 0 | 0.46 | 0.01 | 0.06 | 301.62 | 0.79 | 0.72 |
| Hex | F0 | 81 | ED | 0 | 2E | 1 | 6 | 12E | 4F | 48 |
| Octal | 360 | 201 | 355 | 0 | 56 | 1 | 6 | 456 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11101101 | 0 | 101110 | 1 | 110 | 100101110 | 1001111 | 1001000 |
Color Harmonies of #F081ED
Complementary color
Monochromatic Colors of #F081ED
Black with #F081ED
Text Example
Text Example
White with #F081ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081ED; }
p { color: rgb(240,129,237); }
H1.HeaderClassName
{
color: #F081ED;
}
.AnyTagClassName
{
color: #F081ED;
}
</style>
background-color css
<style>
a { background-color: #F081ED; }
a { background-color: rgb(240,129,237); }
div.DivClassName
{
background-color: #F081ED;
}
.BgClassName
{
background-color: #F081ED;
}
</style>
border-color css
<style>
span { border-color: #F081ED; }
span { border-color: rgb(240,129,237); }
td.TdClassName
{
border-color: #F081ED;
}
.TagClassName
{
border-color: #F081ED;
}
</style>