Shades of Violet #F16AE8
Tints of Violet #F16AE8
RGB
CMYK
RGB Variations
Color information
#F16AE8 (or 0xF16AE8) is known color: Violet. HEX triplet: F1, 6A and E8. RGB value is (241,106,232). Sum of RGB (Red+Green+Blue) = 241+106+232=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AE8 is #0E9517. Grayscale: #A0A0A0. Windows color (decimal): -955672 or 15231729. OLE color: 15231729.
HSL color Cylindrical-coordinate representation of color #F16AE8: hue angle of 304º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AE8 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 232 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.05 |
| HSL | 304º | 0.83% | 0.68% | - |
| HSV(B) | 304º | 0.56% | 0.95% | - |
| XYZ | 56 | 34.84 | 80.12 | - |
| YUV | 160.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 232 | 0 | 0.56 | 0.04 | 0.05 | 304 | 0.83 | 0.68 |
| Hex | F1 | 6A | E8 | 0 | 38 | 4 | 5 | 130 | 53 | 44 |
| Octal | 361 | 152 | 350 | 0 | 70 | 4 | 5 | 460 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11101000 | 0 | 111000 | 100 | 101 | 100110000 | 1010011 | 1000100 |
Color Harmonies of #F16AE8
Complementary color
Monochromatic Colors of #F16AE8
Black with #F16AE8
Text Example
Text Example
White with #F16AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AE8; }
p { color: rgb(241,106,232); }
H1.HeaderClassName
{
color: #F16AE8;
}
.AnyTagClassName
{
color: #F16AE8;
}
</style>
background-color css
<style>
a { background-color: #F16AE8; }
a { background-color: rgb(241,106,232); }
div.DivClassName
{
background-color: #F16AE8;
}
.BgClassName
{
background-color: #F16AE8;
}
</style>
border-color css
<style>
span { border-color: #F16AE8; }
span { border-color: rgb(241,106,232); }
td.TdClassName
{
border-color: #F16AE8;
}
.TagClassName
{
border-color: #F16AE8;
}
</style>