Shades of Violet #F197FB
Tints of Violet #F197FB
RGB
CMYK
RGB Variations
Color information
#F197FB (or 0xF197FB) is known color: Violet. HEX triplet: F1, 97 and FB. RGB value is (241,151,251). Sum of RGB (Red+Green+Blue) = 241+151+251=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F197FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FB is #0E6804. Grayscale: #BDBDBD. Windows color (decimal): -944133 or 16488433. OLE color: 16488433.
HSL color Cylindrical-coordinate representation of color #F197FB: hue angle of 294º degrees, saturation: 0.93, 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 #F197FB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 151 | 251 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.02 |
| HSL | 294º | 0.93% | 0.79% | - |
| HSV(B) | 294º | 0.4% | 0.98% | - |
| XYZ | 64.75 | 47.8 | 97.08 | - |
| YUV | 189.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 251 | 0.04 | 0.40 | 0 | 0.02 | 294 | 0.93 | 0.79 |
| Hex | F1 | 97 | FB | 4 | 28 | 0 | 2 | 126 | 5D | 4F |
| Octal | 361 | 227 | 373 | 4 | 50 | 0 | 2 | 446 | 135 | 117 |
| Binary | 11110001 | 10010111 | 11111011 | 100 | 101000 | 0 | 10 | 100100110 | 1011101 | 1001111 |
Color Harmonies of #F197FB
Complementary color
Monochromatic Colors of #F197FB
Black with #F197FB
Text Example
Text Example
White with #F197FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197FB; }
p { color: rgb(241,151,251); }
H1.HeaderClassName
{
color: #F197FB;
}
.AnyTagClassName
{
color: #F197FB;
}
</style>
background-color css
<style>
a { background-color: #F197FB; }
a { background-color: rgb(241,151,251); }
div.DivClassName
{
background-color: #F197FB;
}
.BgClassName
{
background-color: #F197FB;
}
</style>
border-color css
<style>
span { border-color: #F197FB; }
span { border-color: rgb(241,151,251); }
td.TdClassName
{
border-color: #F197FB;
}
.TagClassName
{
border-color: #F197FB;
}
</style>