Shades of Violet #F196F2
Tints of Violet #F196F2
RGB
CMYK
RGB Variations
Color information
#F196F2 (or 0xF196F2) is known color: Violet. HEX triplet: F1, 96 and F2. RGB value is (241,150,242). Sum of RGB (Red+Green+Blue) = 241+150+242=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #F196F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196F2 is #0E690D. Grayscale: #BBBBBB. Windows color (decimal): -944398 or 15898353. OLE color: 15898353.
HSL color Cylindrical-coordinate representation of color #F196F2: hue angle of 299.35º degrees, saturation: 0.78, 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 #F196F2 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 242 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.05 |
| HSL | 299.35º | 0.78% | 0.77% | - |
| HSV(B) | 299.35º | 0.38% | 0.95% | - |
| XYZ | 63.21 | 46.92 | 89.73 | - |
| YUV | 187.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 242 | 0.00 | 0.38 | 0 | 0.05 | 299.35 | 0.78 | 0.77 |
| Hex | F1 | 96 | F2 | 0 | 26 | 0 | 5 | 12B | 4E | 4D |
| Octal | 361 | 226 | 362 | 0 | 46 | 0 | 5 | 453 | 116 | 115 |
| Binary | 11110001 | 10010110 | 11110010 | 0 | 100110 | 0 | 101 | 100101011 | 1001110 | 1001101 |
Color Harmonies of #F196F2
Complementary color
Monochromatic Colors of #F196F2
Black with #F196F2
Text Example
Text Example
White with #F196F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196F2; }
p { color: rgb(241,150,242); }
H1.HeaderClassName
{
color: #F196F2;
}
.AnyTagClassName
{
color: #F196F2;
}
</style>
background-color css
<style>
a { background-color: #F196F2; }
a { background-color: rgb(241,150,242); }
div.DivClassName
{
background-color: #F196F2;
}
.BgClassName
{
background-color: #F196F2;
}
</style>
border-color css
<style>
span { border-color: #F196F2; }
span { border-color: rgb(241,150,242); }
td.TdClassName
{
border-color: #F196F2;
}
.TagClassName
{
border-color: #F196F2;
}
</style>