Shades of Illusion #F199AB
Tints of Illusion #F199AB
RGB
CMYK
RGB Variations
Color information
#F199AB (or 0xF199AB) is known color: Illusion. HEX triplet: F1, 99 and AB. RGB value is (241,153,171). Sum of RGB (Red+Green+Blue) = 241+153+171=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AB is #0E6654. Grayscale: #B5B5B5. Windows color (decimal): -943701 or 11246065. OLE color: 11246065.
HSL color Cylindrical-coordinate representation of color #F199AB: hue angle of 347.73º 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 #F199AB is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 171 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.05 |
| HSL | 347.73º | 0.76% | 0.77% | - |
| HSV(B) | 347.73º | 0.37% | 0.95% | - |
| XYZ | 55.02 | 44.42 | 44.2 | - |
| YUV | 181.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 171 | 0 | 0.37 | 0.29 | 0.05 | 347.73 | 0.76 | 0.77 |
| Hex | F1 | 99 | AB | 0 | 25 | 1D | 5 | 15C | 4C | 4D |
| Octal | 361 | 231 | 253 | 0 | 45 | 35 | 5 | 534 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10101011 | 0 | 100101 | 11101 | 101 | 101011100 | 1001100 | 1001101 |
Color Harmonies of #F199AB
Complementary color
Monochromatic Colors of #F199AB
Black with #F199AB
Text Example
Text Example
White with #F199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199AB; }
p { color: rgb(241,153,171); }
H1.HeaderClassName
{
color: #F199AB;
}
.AnyTagClassName
{
color: #F199AB;
}
</style>
background-color css
<style>
a { background-color: #F199AB; }
a { background-color: rgb(241,153,171); }
div.DivClassName
{
background-color: #F199AB;
}
.BgClassName
{
background-color: #F199AB;
}
</style>
border-color css
<style>
span { border-color: #F199AB; }
span { border-color: rgb(241,153,171); }
td.TdClassName
{
border-color: #F199AB;
}
.TagClassName
{
border-color: #F199AB;
}
</style>