Shades of Violet #F196ED
Tints of Violet #F196ED
RGB
CMYK
RGB Variations
Color information
#F196ED (or 0xF196ED) is known color: Violet. HEX triplet: F1, 96 and ED. RGB value is (241,150,237). Sum of RGB (Red+Green+Blue) = 241+150+237=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F196ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196ED is #0E6912. Grayscale: #BABABA. Windows color (decimal): -944403 or 15570673. OLE color: 15570673.
HSL color Cylindrical-coordinate representation of color #F196ED: hue angle of 302.64º 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 #F196ED is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 237 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.05 |
| HSL | 302.64º | 0.76% | 0.77% | - |
| HSV(B) | 302.64º | 0.38% | 0.95% | - |
| XYZ | 62.47 | 46.63 | 85.83 | - |
| YUV | 187.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 237 | 0 | 0.38 | 0.02 | 0.05 | 302.64 | 0.76 | 0.77 |
| Hex | F1 | 96 | ED | 0 | 26 | 2 | 5 | 12F | 4C | 4D |
| Octal | 361 | 226 | 355 | 0 | 46 | 2 | 5 | 457 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11101101 | 0 | 100110 | 10 | 101 | 100101111 | 1001100 | 1001101 |
Color Harmonies of #F196ED
Complementary color
Monochromatic Colors of #F196ED
Black with #F196ED
Text Example
Text Example
White with #F196ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196ED; }
p { color: rgb(241,150,237); }
H1.HeaderClassName
{
color: #F196ED;
}
.AnyTagClassName
{
color: #F196ED;
}
</style>
background-color css
<style>
a { background-color: #F196ED; }
a { background-color: rgb(241,150,237); }
div.DivClassName
{
background-color: #F196ED;
}
.BgClassName
{
background-color: #F196ED;
}
</style>
border-color css
<style>
span { border-color: #F196ED; }
span { border-color: rgb(241,150,237); }
td.TdClassName
{
border-color: #F196ED;
}
.TagClassName
{
border-color: #F196ED;
}
</style>