Shades of Violet #F16EE4
Tints of Violet #F16EE4
RGB
CMYK
RGB Variations
Color information
#F16EE4 (or 0xF16EE4) is known color: Violet. HEX triplet: F1, 6E and E4. RGB value is (241,110,228). Sum of RGB (Red+Green+Blue) = 241+110+228=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EE4 is #0E911B. Grayscale: #A2A2A2. Windows color (decimal): -954652 or 14970609. OLE color: 14970609.
HSL color Cylindrical-coordinate representation of color #F16EE4: hue angle of 305.95º 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 #F16EE4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 228 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 305.95º | 0.82% | 0.69% | - |
| HSV(B) | 305.95º | 0.54% | 0.95% | - |
| XYZ | 55.86 | 35.45 | 77.3 | - |
| YUV | 162.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 228 | 0 | 0.54 | 0.05 | 0.05 | 305.95 | 0.82 | 0.69 |
| Hex | F1 | 6E | E4 | 0 | 36 | 5 | 5 | 132 | 52 | 45 |
| Octal | 361 | 156 | 344 | 0 | 66 | 5 | 5 | 462 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11100100 | 0 | 110110 | 101 | 101 | 100110010 | 1010010 | 1000101 |
Color Harmonies of #F16EE4
Complementary color
Monochromatic Colors of #F16EE4
Black with #F16EE4
Text Example
Text Example
White with #F16EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EE4; }
p { color: rgb(241,110,228); }
H1.HeaderClassName
{
color: #F16EE4;
}
.AnyTagClassName
{
color: #F16EE4;
}
</style>
background-color css
<style>
a { background-color: #F16EE4; }
a { background-color: rgb(241,110,228); }
div.DivClassName
{
background-color: #F16EE4;
}
.BgClassName
{
background-color: #F16EE4;
}
</style>
border-color css
<style>
span { border-color: #F16EE4; }
span { border-color: rgb(241,110,228); }
td.TdClassName
{
border-color: #F16EE4;
}
.TagClassName
{
border-color: #F16EE4;
}
</style>