Shades of Violet #F196FA
Tints of Violet #F196FA
RGB
CMYK
RGB Variations
Color information
#F196FA (or 0xF196FA) is known color: Violet. HEX triplet: F1, 96 and FA. RGB value is (241,150,250). Sum of RGB (Red+Green+Blue) = 241+150+250=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #F196FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196FA is #0E6905. Grayscale: #BCBCBC. Windows color (decimal): -944390 or 16422641. OLE color: 16422641.
HSL color Cylindrical-coordinate representation of color #F196FA: hue angle of 294.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F196FA is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 150 | 250 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.02 |
| HSL | 294.6º | 0.91% | 0.78% | - |
| HSV(B) | 294.6º | 0.4% | 0.98% | - |
| XYZ | 64.44 | 47.42 | 96.2 | - |
| YUV | 188.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 250 | 0.04 | 0.4 | 0 | 0.02 | 294.6 | 0.91 | 0.78 |
| Hex | F1 | 96 | FA | 4 | 28 | 0 | 2 | 127 | 5B | 4E |
| Octal | 361 | 226 | 372 | 4 | 50 | 0 | 2 | 447 | 133 | 116 |
| Binary | 11110001 | 10010110 | 11111010 | 100 | 101000 | 0 | 10 | 100100111 | 1011011 | 1001110 |
Color Harmonies of #F196FA
Complementary color
Monochromatic Colors of #F196FA
Black with #F196FA
Text Example
Text Example
White with #F196FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196FA; }
p { color: rgb(241,150,250); }
H1.HeaderClassName
{
color: #F196FA;
}
.AnyTagClassName
{
color: #F196FA;
}
</style>
background-color css
<style>
a { background-color: #F196FA; }
a { background-color: rgb(241,150,250); }
div.DivClassName
{
background-color: #F196FA;
}
.BgClassName
{
background-color: #F196FA;
}
</style>
border-color css
<style>
span { border-color: #F196FA; }
span { border-color: rgb(241,150,250); }
td.TdClassName
{
border-color: #F196FA;
}
.TagClassName
{
border-color: #F196FA;
}
</style>