Shades of Violet #F197EC
Tints of Violet #F197EC
RGB
CMYK
RGB Variations
Color information
#F197EC (or 0xF197EC) is known color: Violet. HEX triplet: F1, 97 and EC. RGB value is (241,151,236). Sum of RGB (Red+Green+Blue) = 241+151+236=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F197EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197EC is #0E6813. Grayscale: #BBBBBB. Windows color (decimal): -944148 or 15505393. OLE color: 15505393.
HSL color Cylindrical-coordinate representation of color #F197EC: hue angle of 303.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F197EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 236 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 303.33º | 0.76% | 0.77% | - |
| HSV(B) | 303.33º | 0.37% | 0.95% | - |
| XYZ | 62.48 | 46.89 | 85.11 | - |
| YUV | 187.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 236 | 0 | 0.37 | 0.02 | 0.05 | 303.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | EC | 0 | 25 | 2 | 5 | 12F | 4C | 4D |
| Octal | 361 | 227 | 354 | 0 | 45 | 2 | 5 | 457 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11101100 | 0 | 100101 | 10 | 101 | 100101111 | 1001100 | 1001101 |
Color Harmonies of #F197EC
Complementary color
Monochromatic Colors of #F197EC
Black with #F197EC
Text Example
Text Example
White with #F197EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197EC; }
p { color: rgb(241,151,236); }
H1.HeaderClassName
{
color: #F197EC;
}
.AnyTagClassName
{
color: #F197EC;
}
</style>
background-color css
<style>
a { background-color: #F197EC; }
a { background-color: rgb(241,151,236); }
div.DivClassName
{
background-color: #F197EC;
}
.BgClassName
{
background-color: #F197EC;
}
</style>
border-color css
<style>
span { border-color: #F197EC; }
span { border-color: rgb(241,151,236); }
td.TdClassName
{
border-color: #F197EC;
}
.TagClassName
{
border-color: #F197EC;
}
</style>