Shades of Violet #F16FEA
Tints of Violet #F16FEA
RGB
CMYK
RGB Variations
Color information
#F16FEA (or 0xF16FEA) is known color: Violet. HEX triplet: F1, 6F and EA. RGB value is (241,111,234). Sum of RGB (Red+Green+Blue) = 241+111+234=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FEA is #0E9015. Grayscale: #A3A3A3. Windows color (decimal): -954390 or 15364081. OLE color: 15364081.
HSL color Cylindrical-coordinate representation of color #F16FEA: hue angle of 303.23º 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 #F16FEA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 234 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.05 |
| HSL | 303.23º | 0.82% | 0.69% | - |
| HSV(B) | 303.23º | 0.54% | 0.95% | - |
| XYZ | 56.81 | 36.01 | 81.8 | - |
| YUV | 163.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 234 | 0 | 0.54 | 0.03 | 0.05 | 303.23 | 0.82 | 0.69 |
| Hex | F1 | 6F | EA | 0 | 36 | 3 | 5 | 12F | 52 | 45 |
| Octal | 361 | 157 | 352 | 0 | 66 | 3 | 5 | 457 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11101010 | 0 | 110110 | 11 | 101 | 100101111 | 1010010 | 1000101 |
Color Harmonies of #F16FEA
Complementary color
Monochromatic Colors of #F16FEA
Black with #F16FEA
Text Example
Text Example
White with #F16FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FEA; }
p { color: rgb(241,111,234); }
H1.HeaderClassName
{
color: #F16FEA;
}
.AnyTagClassName
{
color: #F16FEA;
}
</style>
background-color css
<style>
a { background-color: #F16FEA; }
a { background-color: rgb(241,111,234); }
div.DivClassName
{
background-color: #F16FEA;
}
.BgClassName
{
background-color: #F16FEA;
}
</style>
border-color css
<style>
span { border-color: #F16FEA; }
span { border-color: rgb(241,111,234); }
td.TdClassName
{
border-color: #F16FEA;
}
.TagClassName
{
border-color: #F16FEA;
}
</style>