Shades of Violet #F196EA
Tints of Violet #F196EA
RGB
CMYK
RGB Variations
Color information
#F196EA (or 0xF196EA) is known color: Violet. HEX triplet: F1, 96 and EA. RGB value is (241,150,234). Sum of RGB (Red+Green+Blue) = 241+150+234=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F196EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196EA is #0E6915. Grayscale: #BABABA. Windows color (decimal): -944406 or 15374065. OLE color: 15374065.
HSL color Cylindrical-coordinate representation of color #F196EA: hue angle of 304.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196EA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 234 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.05 |
| HSL | 304.62º | 0.76% | 0.77% | - |
| HSV(B) | 304.62º | 0.38% | 0.95% | - |
| XYZ | 62.03 | 46.45 | 83.54 | - |
| YUV | 186.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 234 | 0 | 0.38 | 0.03 | 0.05 | 304.62 | 0.76 | 0.77 |
| Hex | F1 | 96 | EA | 0 | 26 | 3 | 5 | 131 | 4C | 4D |
| Octal | 361 | 226 | 352 | 0 | 46 | 3 | 5 | 461 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11101010 | 0 | 100110 | 11 | 101 | 100110001 | 1001100 | 1001101 |
Color Harmonies of #F196EA
Complementary color
Monochromatic Colors of #F196EA
Black with #F196EA
Text Example
Text Example
White with #F196EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196EA; }
p { color: rgb(241,150,234); }
H1.HeaderClassName
{
color: #F196EA;
}
.AnyTagClassName
{
color: #F196EA;
}
</style>
background-color css
<style>
a { background-color: #F196EA; }
a { background-color: rgb(241,150,234); }
div.DivClassName
{
background-color: #F196EA;
}
.BgClassName
{
background-color: #F196EA;
}
</style>
border-color css
<style>
span { border-color: #F196EA; }
span { border-color: rgb(241,150,234); }
td.TdClassName
{
border-color: #F196EA;
}
.TagClassName
{
border-color: #F196EA;
}
</style>