Shades of Illusion #F198AD
Tints of Illusion #F198AD
RGB
CMYK
RGB Variations
Color information
#F198AD (or 0xF198AD) is known color: Illusion. HEX triplet: F1, 98 and AD. RGB value is (241,152,173). Sum of RGB (Red+Green+Blue) = 241+152+173=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F198AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198AD is #0E6752. Grayscale: #B5B5B5. Windows color (decimal): -943955 or 11376881. OLE color: 11376881.
HSL color Cylindrical-coordinate representation of color #F198AD: hue angle of 345.84º 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 #F198AD is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 173 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 345.84º | 0.76% | 0.77% | - |
| HSV(B) | 345.84º | 0.37% | 0.95% | - |
| XYZ | 55.05 | 44.17 | 45.16 | - |
| YUV | 181.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 173 | 0 | 0.37 | 0.28 | 0.05 | 345.84 | 0.76 | 0.77 |
| Hex | F1 | 98 | AD | 0 | 25 | 1C | 5 | 15A | 4C | 4D |
| Octal | 361 | 230 | 255 | 0 | 45 | 34 | 5 | 532 | 114 | 115 |
| Binary | 11110001 | 10011000 | 10101101 | 0 | 100101 | 11100 | 101 | 101011010 | 1001100 | 1001101 |
Color Harmonies of #F198AD
Complementary color
Monochromatic Colors of #F198AD
Black with #F198AD
Text Example
Text Example
White with #F198AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198AD; }
p { color: rgb(241,152,173); }
H1.HeaderClassName
{
color: #F198AD;
}
.AnyTagClassName
{
color: #F198AD;
}
</style>
background-color css
<style>
a { background-color: #F198AD; }
a { background-color: rgb(241,152,173); }
div.DivClassName
{
background-color: #F198AD;
}
.BgClassName
{
background-color: #F198AD;
}
</style>
border-color css
<style>
span { border-color: #F198AD; }
span { border-color: rgb(241,152,173); }
td.TdClassName
{
border-color: #F198AD;
}
.TagClassName
{
border-color: #F198AD;
}
</style>