Shades of Violet #F197ED
Tints of Violet #F197ED
RGB
CMYK
RGB Variations
Color information
#F197ED (or 0xF197ED) is known color: Violet. HEX triplet: F1, 97 and ED. RGB value is (241,151,237). Sum of RGB (Red+Green+Blue) = 241+151+237=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F197ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197ED is #0E6812. Grayscale: #BBBBBB. Windows color (decimal): -944147 or 15570929. OLE color: 15570929.
HSL color Cylindrical-coordinate representation of color #F197ED: hue angle of 302.67º 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 #F197ED is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 237 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 302.67º | 0.76% | 0.77% | - |
| HSV(B) | 302.67º | 0.37% | 0.95% | - |
| XYZ | 62.63 | 46.95 | 85.88 | - |
| YUV | 187.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 237 | 0 | 0.37 | 0.02 | 0.05 | 302.67 | 0.76 | 0.77 |
| Hex | F1 | 97 | ED | 0 | 25 | 2 | 5 | 12F | 4C | 4D |
| Octal | 361 | 227 | 355 | 0 | 45 | 2 | 5 | 457 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11101101 | 0 | 100101 | 10 | 101 | 100101111 | 1001100 | 1001101 |
Color Harmonies of #F197ED
Complementary color
Monochromatic Colors of #F197ED
Black with #F197ED
Text Example
Text Example
White with #F197ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197ED; }
p { color: rgb(241,151,237); }
H1.HeaderClassName
{
color: #F197ED;
}
.AnyTagClassName
{
color: #F197ED;
}
</style>
background-color css
<style>
a { background-color: #F197ED; }
a { background-color: rgb(241,151,237); }
div.DivClassName
{
background-color: #F197ED;
}
.BgClassName
{
background-color: #F197ED;
}
</style>
border-color css
<style>
span { border-color: #F197ED; }
span { border-color: rgb(241,151,237); }
td.TdClassName
{
border-color: #F197ED;
}
.TagClassName
{
border-color: #F197ED;
}
</style>