Shades of Illusion #F197B0
Tints of Illusion #F197B0
RGB
CMYK
RGB Variations
Color information
#F197B0 (or 0xF197B0) is known color: Illusion. HEX triplet: F1, 97 and B0. RGB value is (241,151,176). Sum of RGB (Red+Green+Blue) = 241+151+176=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F197B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F197B0 is #0E684F. Grayscale: #B4B4B4. Windows color (decimal): -944208 or 11573233. OLE color: 11573233.
HSL color Cylindrical-coordinate representation of color #F197B0: hue angle of 343.33º 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 #F197B0 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 176 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.05 |
| HSL | 343.33º | 0.76% | 0.77% | - |
| HSV(B) | 343.33º | 0.37% | 0.95% | - |
| XYZ | 55.18 | 43.97 | 46.65 | - |
| YUV | 180.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 176 | 0 | 0.37 | 0.27 | 0.05 | 343.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | B0 | 0 | 25 | 1B | 5 | 157 | 4C | 4D |
| Octal | 361 | 227 | 260 | 0 | 45 | 33 | 5 | 527 | 114 | 115 |
| Binary | 11110001 | 10010111 | 10110000 | 0 | 100101 | 11011 | 101 | 101010111 | 1001100 | 1001101 |
Color Harmonies of #F197B0
Complementary color
Monochromatic Colors of #F197B0
Black with #F197B0
Text Example
Text Example
White with #F197B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197B0; }
p { color: rgb(241,151,176); }
H1.HeaderClassName
{
color: #F197B0;
}
.AnyTagClassName
{
color: #F197B0;
}
</style>
background-color css
<style>
a { background-color: #F197B0; }
a { background-color: rgb(241,151,176); }
div.DivClassName
{
background-color: #F197B0;
}
.BgClassName
{
background-color: #F197B0;
}
</style>
border-color css
<style>
span { border-color: #F197B0; }
span { border-color: rgb(241,151,176); }
td.TdClassName
{
border-color: #F197B0;
}
.TagClassName
{
border-color: #F197B0;
}
</style>