Shades of Illusion #F197AD
Tints of Illusion #F197AD
RGB
CMYK
RGB Variations
Color information
#F197AD (or 0xF197AD) is known color: Illusion. HEX triplet: F1, 97 and AD. RGB value is (241,151,173). Sum of RGB (Red+Green+Blue) = 241+151+173=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F197AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F197AD is #0E6852. Grayscale: #B4B4B4. Windows color (decimal): -944211 or 11376625. OLE color: 11376625.
HSL color Cylindrical-coordinate representation of color #F197AD: hue angle of 345.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 #F197AD is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 173 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 345.33º | 0.76% | 0.77% | - |
| HSV(B) | 345.33º | 0.37% | 0.95% | - |
| XYZ | 54.89 | 43.85 | 45.11 | - |
| YUV | 180.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 173 | 0 | 0.37 | 0.28 | 0.05 | 345.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | AD | 0 | 25 | 1C | 5 | 159 | 4C | 4D |
| Octal | 361 | 227 | 255 | 0 | 45 | 34 | 5 | 531 | 114 | 115 |
| Binary | 11110001 | 10010111 | 10101101 | 0 | 100101 | 11100 | 101 | 101011001 | 1001100 | 1001101 |
Color Harmonies of #F197AD
Complementary color
Monochromatic Colors of #F197AD
Black with #F197AD
Text Example
Text Example
White with #F197AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197AD; }
p { color: rgb(241,151,173); }
H1.HeaderClassName
{
color: #F197AD;
}
.AnyTagClassName
{
color: #F197AD;
}
</style>
background-color css
<style>
a { background-color: #F197AD; }
a { background-color: rgb(241,151,173); }
div.DivClassName
{
background-color: #F197AD;
}
.BgClassName
{
background-color: #F197AD;
}
</style>
border-color css
<style>
span { border-color: #F197AD; }
span { border-color: rgb(241,151,173); }
td.TdClassName
{
border-color: #F197AD;
}
.TagClassName
{
border-color: #F197AD;
}
</style>