Shades of Violet #F194F9
Tints of Violet #F194F9
RGB
CMYK
RGB Variations
Color information
#F194F9 (or 0xF194F9) is known color: Violet. HEX triplet: F1, 94 and F9. RGB value is (241,148,249). Sum of RGB (Red+Green+Blue) = 241+148+249=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 148 (58.20% from 255 or 23.20% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #F194F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194F9 is #0E6B06. Grayscale: #BBBBBB. Windows color (decimal): -944903 or 16356593. OLE color: 16356593.
HSL color Cylindrical-coordinate representation of color #F194F9: hue angle of 295.25º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F194F9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 148 | 249 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.02 |
| HSL | 295.25º | 0.89% | 0.78% | - |
| HSV(B) | 295.25º | 0.41% | 0.98% | - |
| XYZ | 63.96 | 46.72 | 95.27 | - |
| YUV | 187.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 249 | 0.03 | 0.41 | 0 | 0.02 | 295.25 | 0.89 | 0.78 |
| Hex | F1 | 94 | F9 | 3 | 29 | 0 | 2 | 127 | 59 | 4E |
| Octal | 361 | 224 | 371 | 3 | 51 | 0 | 2 | 447 | 131 | 116 |
| Binary | 11110001 | 10010100 | 11111001 | 11 | 101001 | 0 | 10 | 100100111 | 1011001 | 1001110 |
Color Harmonies of #F194F9
Complementary color
Monochromatic Colors of #F194F9
Black with #F194F9
Text Example
Text Example
White with #F194F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194F9; }
p { color: rgb(241,148,249); }
H1.HeaderClassName
{
color: #F194F9;
}
.AnyTagClassName
{
color: #F194F9;
}
</style>
background-color css
<style>
a { background-color: #F194F9; }
a { background-color: rgb(241,148,249); }
div.DivClassName
{
background-color: #F194F9;
}
.BgClassName
{
background-color: #F194F9;
}
</style>
border-color css
<style>
span { border-color: #F194F9; }
span { border-color: rgb(241,148,249); }
td.TdClassName
{
border-color: #F194F9;
}
.TagClassName
{
border-color: #F194F9;
}
</style>