Shades of Violet #F197FA
Tints of Violet #F197FA
RGB
CMYK
RGB Variations
Color information
#F197FA (or 0xF197FA) is known color: Violet. HEX triplet: F1, 97 and FA. RGB value is (241,151,250). Sum of RGB (Red+Green+Blue) = 241+151+250=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #F197FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FA is #0E6805. Grayscale: #BCBCBC. Windows color (decimal): -944134 or 16422897. OLE color: 16422897.
HSL color Cylindrical-coordinate representation of color #F197FA: hue angle of 294.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F197FA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 151 | 250 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.02 |
| HSL | 294.55º | 0.91% | 0.79% | - |
| HSV(B) | 294.55º | 0.4% | 0.98% | - |
| XYZ | 64.6 | 47.74 | 96.25 | - |
| YUV | 189.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 250 | 0.04 | 0.40 | 0 | 0.02 | 294.55 | 0.91 | 0.79 |
| Hex | F1 | 97 | FA | 4 | 28 | 0 | 2 | 127 | 5B | 4F |
| Octal | 361 | 227 | 372 | 4 | 50 | 0 | 2 | 447 | 133 | 117 |
| Binary | 11110001 | 10010111 | 11111010 | 100 | 101000 | 0 | 10 | 100100111 | 1011011 | 1001111 |
Color Harmonies of #F197FA
Complementary color
Monochromatic Colors of #F197FA
Black with #F197FA
Text Example
Text Example
White with #F197FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197FA; }
p { color: rgb(241,151,250); }
H1.HeaderClassName
{
color: #F197FA;
}
.AnyTagClassName
{
color: #F197FA;
}
</style>
background-color css
<style>
a { background-color: #F197FA; }
a { background-color: rgb(241,151,250); }
div.DivClassName
{
background-color: #F197FA;
}
.BgClassName
{
background-color: #F197FA;
}
</style>
border-color css
<style>
span { border-color: #F197FA; }
span { border-color: rgb(241,151,250); }
td.TdClassName
{
border-color: #F197FA;
}
.TagClassName
{
border-color: #F197FA;
}
</style>