Shades of Violet #F16CEA
Tints of Violet #F16CEA
RGB
CMYK
RGB Variations
Color information
#F16CEA (or 0xF16CEA) is known color: Violet. HEX triplet: F1, 6C and EA. RGB value is (241,108,234). Sum of RGB (Red+Green+Blue) = 241+108+234=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CEA is #0E9315. Grayscale: #A1A1A1. Windows color (decimal): -955158 or 15363313. OLE color: 15363313.
HSL color Cylindrical-coordinate representation of color #F16CEA: hue angle of 303.16º 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 #F16CEA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 234 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.05 |
| HSL | 303.16º | 0.83% | 0.68% | - |
| HSV(B) | 303.16º | 0.55% | 0.95% | - |
| XYZ | 56.49 | 35.37 | 81.69 | - |
| YUV | 162.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 234 | 0 | 0.55 | 0.03 | 0.05 | 303.16 | 0.83 | 0.68 |
| Hex | F1 | 6C | EA | 0 | 37 | 3 | 5 | 12F | 53 | 44 |
| Octal | 361 | 154 | 352 | 0 | 67 | 3 | 5 | 457 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11101010 | 0 | 110111 | 11 | 101 | 100101111 | 1010011 | 1000100 |
Color Harmonies of #F16CEA
Complementary color
Monochromatic Colors of #F16CEA
Black with #F16CEA
Text Example
Text Example
White with #F16CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CEA; }
p { color: rgb(241,108,234); }
H1.HeaderClassName
{
color: #F16CEA;
}
.AnyTagClassName
{
color: #F16CEA;
}
</style>
background-color css
<style>
a { background-color: #F16CEA; }
a { background-color: rgb(241,108,234); }
div.DivClassName
{
background-color: #F16CEA;
}
.BgClassName
{
background-color: #F16CEA;
}
</style>
border-color css
<style>
span { border-color: #F16CEA; }
span { border-color: rgb(241,108,234); }
td.TdClassName
{
border-color: #F16CEA;
}
.TagClassName
{
border-color: #F16CEA;
}
</style>