Shades of Violet #F192F7
Tints of Violet #F192F7
RGB
CMYK
RGB Variations
Color information
#F192F7 (or 0xF192F7) is known color: Violet. HEX triplet: F1, 92 and F7. RGB value is (241,146,247). Sum of RGB (Red+Green+Blue) = 241+146+247=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #F192F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192F7 is #0E6D08. Grayscale: #B9B9B9. Windows color (decimal): -945417 or 16225009. OLE color: 16225009.
HSL color Cylindrical-coordinate representation of color #F192F7: hue angle of 296.44º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F192F7 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 146 | 247 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.03 |
| HSL | 296.44º | 0.86% | 0.77% | - |
| HSV(B) | 296.44º | 0.41% | 0.97% | - |
| XYZ | 63.34 | 45.97 | 93.53 | - |
| YUV | 185.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 247 | 0.02 | 0.41 | 0 | 0.03 | 296.44 | 0.86 | 0.77 |
| Hex | F1 | 92 | F7 | 2 | 29 | 0 | 3 | 128 | 56 | 4D |
| Octal | 361 | 222 | 367 | 2 | 51 | 0 | 3 | 450 | 126 | 115 |
| Binary | 11110001 | 10010010 | 11110111 | 10 | 101001 | 0 | 11 | 100101000 | 1010110 | 1001101 |
Color Harmonies of #F192F7
Complementary color
Monochromatic Colors of #F192F7
Black with #F192F7
Text Example
Text Example
White with #F192F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192F7; }
p { color: rgb(241,146,247); }
H1.HeaderClassName
{
color: #F192F7;
}
.AnyTagClassName
{
color: #F192F7;
}
</style>
background-color css
<style>
a { background-color: #F192F7; }
a { background-color: rgb(241,146,247); }
div.DivClassName
{
background-color: #F192F7;
}
.BgClassName
{
background-color: #F192F7;
}
</style>
border-color css
<style>
span { border-color: #F192F7; }
span { border-color: rgb(241,146,247); }
td.TdClassName
{
border-color: #F192F7;
}
.TagClassName
{
border-color: #F192F7;
}
</style>