Shades of Violet #F182EC
Tints of Violet #F182EC
RGB
CMYK
RGB Variations
Color information
#F182EC (or 0xF182EC) is known color: Violet. HEX triplet: F1, 82 and EC. RGB value is (241,130,236). Sum of RGB (Red+Green+Blue) = 241+130+236=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F182EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182EC is #0E7D13. Grayscale: #AEAEAE. Windows color (decimal): -949524 or 15500017. OLE color: 15500017.
HSL color Cylindrical-coordinate representation of color #F182EC: hue angle of 302.7º 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 #F182EC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 236 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.7º | 0.8% | 0.73% | - |
| HSV(B) | 302.7º | 0.46% | 0.95% | - |
| XYZ | 59.4 | 40.72 | 84.09 | - |
| YUV | 175.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 236 | 0 | 0.46 | 0.02 | 0.05 | 302.7 | 0.8 | 0.73 |
| Hex | F1 | 82 | EC | 0 | 2E | 2 | 5 | 12F | 50 | 49 |
| Octal | 361 | 202 | 354 | 0 | 56 | 2 | 5 | 457 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11101100 | 0 | 101110 | 10 | 101 | 100101111 | 1010000 | 1001001 |
Color Harmonies of #F182EC
Complementary color
Monochromatic Colors of #F182EC
Black with #F182EC
Text Example
Text Example
White with #F182EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182EC; }
p { color: rgb(241,130,236); }
H1.HeaderClassName
{
color: #F182EC;
}
.AnyTagClassName
{
color: #F182EC;
}
</style>
background-color css
<style>
a { background-color: #F182EC; }
a { background-color: rgb(241,130,236); }
div.DivClassName
{
background-color: #F182EC;
}
.BgClassName
{
background-color: #F182EC;
}
</style>
border-color css
<style>
span { border-color: #F182EC; }
span { border-color: rgb(241,130,236); }
td.TdClassName
{
border-color: #F182EC;
}
.TagClassName
{
border-color: #F182EC;
}
</style>