Shades of Illusion #F199AC
Tints of Illusion #F199AC
RGB
CMYK
RGB Variations
Color information
#F199AC (or 0xF199AC) is known color: Illusion. HEX triplet: F1, 99 and AC. RGB value is (241,153,172). Sum of RGB (Red+Green+Blue) = 241+153+172=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AC is #0E6653. Grayscale: #B5B5B5. Windows color (decimal): -943700 or 11311601. OLE color: 11311601.
HSL color Cylindrical-coordinate representation of color #F199AC: hue angle of 347.05º 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 #F199AC is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 172 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.05 |
| HSL | 347.05º | 0.76% | 0.77% | - |
| HSV(B) | 347.05º | 0.37% | 0.95% | - |
| XYZ | 55.11 | 44.46 | 44.71 | - |
| YUV | 181.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 172 | 0 | 0.37 | 0.29 | 0.05 | 347.05 | 0.76 | 0.77 |
| Hex | F1 | 99 | AC | 0 | 25 | 1D | 5 | 15B | 4C | 4D |
| Octal | 361 | 231 | 254 | 0 | 45 | 35 | 5 | 533 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10101100 | 0 | 100101 | 11101 | 101 | 101011011 | 1001100 | 1001101 |
Color Harmonies of #F199AC
Complementary color
Monochromatic Colors of #F199AC
Black with #F199AC
Text Example
Text Example
White with #F199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199AC; }
p { color: rgb(241,153,172); }
H1.HeaderClassName
{
color: #F199AC;
}
.AnyTagClassName
{
color: #F199AC;
}
</style>
background-color css
<style>
a { background-color: #F199AC; }
a { background-color: rgb(241,153,172); }
div.DivClassName
{
background-color: #F199AC;
}
.BgClassName
{
background-color: #F199AC;
}
</style>
border-color css
<style>
span { border-color: #F199AC; }
span { border-color: rgb(241,153,172); }
td.TdClassName
{
border-color: #F199AC;
}
.TagClassName
{
border-color: #F199AC;
}
</style>