Shades of Violet #F16CEC
Tints of Violet #F16CEC
RGB
CMYK
RGB Variations
Color information
#F16CEC (or 0xF16CEC) is known color: Violet. HEX triplet: F1, 6C and EC. RGB value is (241,108,236). Sum of RGB (Red+Green+Blue) = 241+108+236=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CEC is #0E9313. Grayscale: #A1A1A1. Windows color (decimal): -955156 or 15494385. OLE color: 15494385.
HSL color Cylindrical-coordinate representation of color #F16CEC: hue angle of 302.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CEC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 236 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.05 |
| HSL | 302.26º | 0.83% | 0.68% | - |
| HSV(B) | 302.26º | 0.55% | 0.95% | - |
| XYZ | 56.78 | 35.48 | 83.21 | - |
| YUV | 162.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 236 | 0 | 0.55 | 0.02 | 0.05 | 302.26 | 0.83 | 0.68 |
| Hex | F1 | 6C | EC | 0 | 37 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 154 | 354 | 0 | 67 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11101100 | 0 | 110111 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F16CEC
Complementary color
Monochromatic Colors of #F16CEC
Black with #F16CEC
Text Example
Text Example
White with #F16CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CEC; }
p { color: rgb(241,108,236); }
H1.HeaderClassName
{
color: #F16CEC;
}
.AnyTagClassName
{
color: #F16CEC;
}
</style>
background-color css
<style>
a { background-color: #F16CEC; }
a { background-color: rgb(241,108,236); }
div.DivClassName
{
background-color: #F16CEC;
}
.BgClassName
{
background-color: #F16CEC;
}
</style>
border-color css
<style>
span { border-color: #F16CEC; }
span { border-color: rgb(241,108,236); }
td.TdClassName
{
border-color: #F16CEC;
}
.TagClassName
{
border-color: #F16CEC;
}
</style>