Shades of Violet #F16FE4
Tints of Violet #F16FE4
RGB
CMYK
RGB Variations
Color information
#F16FE4 (or 0xF16FE4) is known color: Violet. HEX triplet: F1, 6F and E4. RGB value is (241,111,228). Sum of RGB (Red+Green+Blue) = 241+111+228=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FE4 is #0E901B. Grayscale: #A2A2A2. Windows color (decimal): -954396 or 14970865. OLE color: 14970865.
HSL color Cylindrical-coordinate representation of color #F16FE4: hue angle of 306º 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 #F16FE4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 228 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 306º | 0.82% | 0.69% | - |
| HSV(B) | 306º | 0.54% | 0.95% | - |
| XYZ | 55.96 | 35.67 | 77.33 | - |
| YUV | 163.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 228 | 0 | 0.54 | 0.05 | 0.05 | 306 | 0.82 | 0.69 |
| Hex | F1 | 6F | E4 | 0 | 36 | 5 | 5 | 132 | 52 | 45 |
| Octal | 361 | 157 | 344 | 0 | 66 | 5 | 5 | 462 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11100100 | 0 | 110110 | 101 | 101 | 100110010 | 1010010 | 1000101 |
Color Harmonies of #F16FE4
Complementary color
Monochromatic Colors of #F16FE4
Black with #F16FE4
Text Example
Text Example
White with #F16FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FE4; }
p { color: rgb(241,111,228); }
H1.HeaderClassName
{
color: #F16FE4;
}
.AnyTagClassName
{
color: #F16FE4;
}
</style>
background-color css
<style>
a { background-color: #F16FE4; }
a { background-color: rgb(241,111,228); }
div.DivClassName
{
background-color: #F16FE4;
}
.BgClassName
{
background-color: #F16FE4;
}
</style>
border-color css
<style>
span { border-color: #F16FE4; }
span { border-color: rgb(241,111,228); }
td.TdClassName
{
border-color: #F16FE4;
}
.TagClassName
{
border-color: #F16FE4;
}
</style>