Shades of Violet #F181EC
Tints of Violet #F181EC
RGB
CMYK
RGB Variations
Color information
#F181EC (or 0xF181EC) is known color: Violet. HEX triplet: F1, 81 and EC. RGB value is (241,129,236). Sum of RGB (Red+Green+Blue) = 241+129+236=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F181EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181EC is #0E7E13. Grayscale: #AEAEAE. Windows color (decimal): -949780 or 15499761. OLE color: 15499761.
HSL color Cylindrical-coordinate representation of color #F181EC: hue angle of 302.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181EC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 236 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.68º | 0.8% | 0.73% | - |
| HSV(B) | 302.68º | 0.46% | 0.95% | - |
| XYZ | 59.27 | 40.46 | 84.04 | - |
| YUV | 174.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 236 | 0 | 0.46 | 0.02 | 0.05 | 302.68 | 0.8 | 0.73 |
| Hex | F1 | 81 | EC | 0 | 2E | 2 | 5 | 12F | 50 | 49 |
| Octal | 361 | 201 | 354 | 0 | 56 | 2 | 5 | 457 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11101100 | 0 | 101110 | 10 | 101 | 100101111 | 1010000 | 1001001 |
Color Harmonies of #F181EC
Complementary color
Monochromatic Colors of #F181EC
Black with #F181EC
Text Example
Text Example
White with #F181EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181EC; }
p { color: rgb(241,129,236); }
H1.HeaderClassName
{
color: #F181EC;
}
.AnyTagClassName
{
color: #F181EC;
}
</style>
background-color css
<style>
a { background-color: #F181EC; }
a { background-color: rgb(241,129,236); }
div.DivClassName
{
background-color: #F181EC;
}
.BgClassName
{
background-color: #F181EC;
}
</style>
border-color css
<style>
span { border-color: #F181EC; }
span { border-color: rgb(241,129,236); }
td.TdClassName
{
border-color: #F181EC;
}
.TagClassName
{
border-color: #F181EC;
}
</style>