Shades of Illusion #F19AB2
Tints of Illusion #F19AB2
RGB
CMYK
RGB Variations
Color information
#F19AB2 (or 0xF19AB2) is known color: Illusion. HEX triplet: F1, 9A and B2. RGB value is (241,154,178). Sum of RGB (Red+Green+Blue) = 241+154+178=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AB2 is #0E654D. Grayscale: #B6B6B6. Windows color (decimal): -943438 or 11705073. OLE color: 11705073.
HSL color Cylindrical-coordinate representation of color #F19AB2: hue angle of 343.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 178 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.05 |
| HSL | 343.45º | 0.76% | 0.77% | - |
| HSV(B) | 343.45º | 0.36% | 0.95% | - |
| XYZ | 55.87 | 45.03 | 47.87 | - |
| YUV | 182.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 178 | 0 | 0.36 | 0.26 | 0.05 | 343.45 | 0.76 | 0.77 |
| Hex | F1 | 9A | B2 | 0 | 24 | 1A | 5 | 157 | 4C | 4D |
| Octal | 361 | 232 | 262 | 0 | 44 | 32 | 5 | 527 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10110010 | 0 | 100100 | 11010 | 101 | 101010111 | 1001100 | 1001101 |
Color Harmonies of #F19AB2
Complementary color
Monochromatic Colors of #F19AB2
Black with #F19AB2
Text Example
Text Example
White with #F19AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AB2; }
p { color: rgb(241,154,178); }
H1.HeaderClassName
{
color: #F19AB2;
}
.AnyTagClassName
{
color: #F19AB2;
}
</style>
background-color css
<style>
a { background-color: #F19AB2; }
a { background-color: rgb(241,154,178); }
div.DivClassName
{
background-color: #F19AB2;
}
.BgClassName
{
background-color: #F19AB2;
}
</style>
border-color css
<style>
span { border-color: #F19AB2; }
span { border-color: rgb(241,154,178); }
td.TdClassName
{
border-color: #F19AB2;
}
.TagClassName
{
border-color: #F19AB2;
}
</style>