Shades of Illusion #F199AD
Tints of Illusion #F199AD
RGB
CMYK
RGB Variations
Color information
#F199AD (or 0xF199AD) is known color: Illusion. HEX triplet: F1, 99 and AD. RGB value is (241,153,173). Sum of RGB (Red+Green+Blue) = 241+153+173=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AD is #0E6652. Grayscale: #B5B5B5. Windows color (decimal): -943699 or 11377137. OLE color: 11377137.
HSL color Cylindrical-coordinate representation of color #F199AD: hue angle of 346.36º 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 #F199AD is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 173 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 346.36º | 0.76% | 0.77% | - |
| HSV(B) | 346.36º | 0.37% | 0.95% | - |
| XYZ | 55.21 | 44.5 | 45.21 | - |
| YUV | 181.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 173 | 0 | 0.37 | 0.28 | 0.05 | 346.36 | 0.76 | 0.77 |
| Hex | F1 | 99 | AD | 0 | 25 | 1C | 5 | 15A | 4C | 4D |
| Octal | 361 | 231 | 255 | 0 | 45 | 34 | 5 | 532 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10101101 | 0 | 100101 | 11100 | 101 | 101011010 | 1001100 | 1001101 |
Color Harmonies of #F199AD
Complementary color
Monochromatic Colors of #F199AD
Black with #F199AD
Text Example
Text Example
White with #F199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199AD; }
p { color: rgb(241,153,173); }
H1.HeaderClassName
{
color: #F199AD;
}
.AnyTagClassName
{
color: #F199AD;
}
</style>
background-color css
<style>
a { background-color: #F199AD; }
a { background-color: rgb(241,153,173); }
div.DivClassName
{
background-color: #F199AD;
}
.BgClassName
{
background-color: #F199AD;
}
</style>
border-color css
<style>
span { border-color: #F199AD; }
span { border-color: rgb(241,153,173); }
td.TdClassName
{
border-color: #F199AD;
}
.TagClassName
{
border-color: #F199AD;
}
</style>