Shades of Violet #F192F6
Tints of Violet #F192F6
RGB
CMYK
RGB Variations
Color information
#F192F6 (or 0xF192F6) is known color: Violet. HEX triplet: F1, 92 and F6. RGB value is (241,146,246). Sum of RGB (Red+Green+Blue) = 241+146+246=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 146 (57.42% from 255 or 23.06% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #F192F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192F6 is #0E6D09. Grayscale: #B9B9B9. Windows color (decimal): -945418 or 16159473. OLE color: 16159473.
HSL color Cylindrical-coordinate representation of color #F192F6: hue angle of 297º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F192F6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 146 | 246 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.04 |
| HSL | 297º | 0.85% | 0.77% | - |
| HSV(B) | 297º | 0.41% | 0.96% | - |
| XYZ | 63.19 | 45.91 | 92.72 | - |
| YUV | 185.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 246 | 0.02 | 0.41 | 0 | 0.04 | 297 | 0.85 | 0.77 |
| Hex | F1 | 92 | F6 | 2 | 29 | 0 | 4 | 129 | 55 | 4D |
| Octal | 361 | 222 | 366 | 2 | 51 | 0 | 4 | 451 | 125 | 115 |
| Binary | 11110001 | 10010010 | 11110110 | 10 | 101001 | 0 | 100 | 100101001 | 1010101 | 1001101 |
Color Harmonies of #F192F6
Complementary color
Monochromatic Colors of #F192F6
Black with #F192F6
Text Example
Text Example
White with #F192F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192F6; }
p { color: rgb(241,146,246); }
H1.HeaderClassName
{
color: #F192F6;
}
.AnyTagClassName
{
color: #F192F6;
}
</style>
background-color css
<style>
a { background-color: #F192F6; }
a { background-color: rgb(241,146,246); }
div.DivClassName
{
background-color: #F192F6;
}
.BgClassName
{
background-color: #F192F6;
}
</style>
border-color css
<style>
span { border-color: #F192F6; }
span { border-color: rgb(241,146,246); }
td.TdClassName
{
border-color: #F192F6;
}
.TagClassName
{
border-color: #F192F6;
}
</style>