Shades of Violet #F197F2
Tints of Violet #F197F2
RGB
CMYK
RGB Variations
Color information
#F197F2 (or 0xF197F2) is known color: Violet. HEX triplet: F1, 97 and F2. RGB value is (241,151,242). Sum of RGB (Red+Green+Blue) = 241+151+242=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #F197F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197F2 is #0E680D. Grayscale: #BCBCBC. Windows color (decimal): -944142 or 15898609. OLE color: 15898609.
HSL color Cylindrical-coordinate representation of color #F197F2: hue angle of 299.34º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F197F2 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 242 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.05 |
| HSL | 299.34º | 0.78% | 0.77% | - |
| HSV(B) | 299.34º | 0.38% | 0.95% | - |
| XYZ | 63.37 | 47.24 | 89.78 | - |
| YUV | 188.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 242 | 0.00 | 0.38 | 0 | 0.05 | 299.34 | 0.78 | 0.77 |
| Hex | F1 | 97 | F2 | 0 | 26 | 0 | 5 | 12B | 4E | 4D |
| Octal | 361 | 227 | 362 | 0 | 46 | 0 | 5 | 453 | 116 | 115 |
| Binary | 11110001 | 10010111 | 11110010 | 0 | 100110 | 0 | 101 | 100101011 | 1001110 | 1001101 |
Color Harmonies of #F197F2
Complementary color
Monochromatic Colors of #F197F2
Black with #F197F2
Text Example
Text Example
White with #F197F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197F2; }
p { color: rgb(241,151,242); }
H1.HeaderClassName
{
color: #F197F2;
}
.AnyTagClassName
{
color: #F197F2;
}
</style>
background-color css
<style>
a { background-color: #F197F2; }
a { background-color: rgb(241,151,242); }
div.DivClassName
{
background-color: #F197F2;
}
.BgClassName
{
background-color: #F197F2;
}
</style>
border-color css
<style>
span { border-color: #F197F2; }
span { border-color: rgb(241,151,242); }
td.TdClassName
{
border-color: #F197F2;
}
.TagClassName
{
border-color: #F197F2;
}
</style>