Shades of Illusion #F197B5
Tints of Illusion #F197B5
RGB
CMYK
RGB Variations
Color information
#F197B5 (or 0xF197B5) is known color: Illusion. HEX triplet: F1, 97 and B5. RGB value is (241,151,181). Sum of RGB (Red+Green+Blue) = 241+151+181=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F197B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197B5 is #0E684A. Grayscale: #B5B5B5. Windows color (decimal): -944203 or 11900913. OLE color: 11900913.
HSL color Cylindrical-coordinate representation of color #F197B5: hue angle of 340º 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 #F197B5 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 181 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.05 |
| HSL | 340º | 0.76% | 0.77% | - |
| HSV(B) | 340º | 0.37% | 0.95% | - |
| XYZ | 55.68 | 44.17 | 49.31 | - |
| YUV | 181.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 181 | 0 | 0.37 | 0.25 | 0.05 | 340 | 0.76 | 0.77 |
| Hex | F1 | 97 | B5 | 0 | 25 | 19 | 5 | 154 | 4C | 4D |
| Octal | 361 | 227 | 265 | 0 | 45 | 31 | 5 | 524 | 114 | 115 |
| Binary | 11110001 | 10010111 | 10110101 | 0 | 100101 | 11001 | 101 | 101010100 | 1001100 | 1001101 |
Color Harmonies of #F197B5
Complementary color
Monochromatic Colors of #F197B5
Black with #F197B5
Text Example
Text Example
White with #F197B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197B5; }
p { color: rgb(241,151,181); }
H1.HeaderClassName
{
color: #F197B5;
}
.AnyTagClassName
{
color: #F197B5;
}
</style>
background-color css
<style>
a { background-color: #F197B5; }
a { background-color: rgb(241,151,181); }
div.DivClassName
{
background-color: #F197B5;
}
.BgClassName
{
background-color: #F197B5;
}
</style>
border-color css
<style>
span { border-color: #F197B5; }
span { border-color: rgb(241,151,181); }
td.TdClassName
{
border-color: #F197B5;
}
.TagClassName
{
border-color: #F197B5;
}
</style>