Shades of Violet #F16EEA
Tints of Violet #F16EEA
RGB
CMYK
RGB Variations
Color information
#F16EEA (or 0xF16EEA) is known color: Violet. HEX triplet: F1, 6E and EA. RGB value is (241,110,234). Sum of RGB (Red+Green+Blue) = 241+110+234=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EEA is #0E9115. Grayscale: #A2A2A2. Windows color (decimal): -954646 or 15363825. OLE color: 15363825.
HSL color Cylindrical-coordinate representation of color #F16EEA: hue angle of 303.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EEA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 234 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.05 |
| HSL | 303.21º | 0.82% | 0.69% | - |
| HSV(B) | 303.21º | 0.54% | 0.95% | - |
| XYZ | 56.7 | 35.79 | 81.76 | - |
| YUV | 163.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 234 | 0 | 0.54 | 0.03 | 0.05 | 303.21 | 0.82 | 0.69 |
| Hex | F1 | 6E | EA | 0 | 36 | 3 | 5 | 12F | 52 | 45 |
| Octal | 361 | 156 | 352 | 0 | 66 | 3 | 5 | 457 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11101010 | 0 | 110110 | 11 | 101 | 100101111 | 1010010 | 1000101 |
Color Harmonies of #F16EEA
Complementary color
Monochromatic Colors of #F16EEA
Black with #F16EEA
Text Example
Text Example
White with #F16EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EEA; }
p { color: rgb(241,110,234); }
H1.HeaderClassName
{
color: #F16EEA;
}
.AnyTagClassName
{
color: #F16EEA;
}
</style>
background-color css
<style>
a { background-color: #F16EEA; }
a { background-color: rgb(241,110,234); }
div.DivClassName
{
background-color: #F16EEA;
}
.BgClassName
{
background-color: #F16EEA;
}
</style>
border-color css
<style>
span { border-color: #F16EEA; }
span { border-color: rgb(241,110,234); }
td.TdClassName
{
border-color: #F16EEA;
}
.TagClassName
{
border-color: #F16EEA;
}
</style>