Shades of Violet #F192FA
Tints of Violet #F192FA
RGB
CMYK
RGB Variations
Color information
#F192FA (or 0xF192FA) is known color: Violet. HEX triplet: F1, 92 and FA. RGB value is (241,146,250). Sum of RGB (Red+Green+Blue) = 241+146+250=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F192FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192FA is #0E6D05. Grayscale: #B9B9B9. Windows color (decimal): -945414 or 16421617. OLE color: 16421617.
HSL color Cylindrical-coordinate representation of color #F192FA: hue angle of 294.81º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F192FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 146 | 250 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.02 |
| HSL | 294.81º | 0.91% | 0.78% | - |
| HSV(B) | 294.81º | 0.42% | 0.98% | - |
| XYZ | 63.81 | 46.16 | 95.99 | - |
| YUV | 186.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 250 | 0.04 | 0.42 | 0 | 0.02 | 294.81 | 0.91 | 0.78 |
| Hex | F1 | 92 | FA | 4 | 2A | 0 | 2 | 127 | 5B | 4E |
| Octal | 361 | 222 | 372 | 4 | 52 | 0 | 2 | 447 | 133 | 116 |
| Binary | 11110001 | 10010010 | 11111010 | 100 | 101010 | 0 | 10 | 100100111 | 1011011 | 1001110 |
Color Harmonies of #F192FA
Complementary color
Monochromatic Colors of #F192FA
Black with #F192FA
Text Example
Text Example
White with #F192FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192FA; }
p { color: rgb(241,146,250); }
H1.HeaderClassName
{
color: #F192FA;
}
.AnyTagClassName
{
color: #F192FA;
}
</style>
background-color css
<style>
a { background-color: #F192FA; }
a { background-color: rgb(241,146,250); }
div.DivClassName
{
background-color: #F192FA;
}
.BgClassName
{
background-color: #F192FA;
}
</style>
border-color css
<style>
span { border-color: #F192FA; }
span { border-color: rgb(241,146,250); }
td.TdClassName
{
border-color: #F192FA;
}
.TagClassName
{
border-color: #F192FA;
}
</style>