Shades of Illusion #F19EAB
Tints of Illusion #F19EAB
RGB
CMYK
RGB Variations
Color information
#F19EAB (or 0xF19EAB) is known color: Illusion. HEX triplet: F1, 9E and AB. RGB value is (241,158,171). Sum of RGB (Red+Green+Blue) = 241+158+171=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EAB is #0E6154. Grayscale: #B8B8B8. Windows color (decimal): -942421 or 11247345. OLE color: 11247345.
HSL color Cylindrical-coordinate representation of color #F19EAB: hue angle of 350.6º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19EAB is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 171 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.05 |
| HSL | 350.6º | 0.75% | 0.78% | - |
| HSV(B) | 350.6º | 0.34% | 0.95% | - |
| XYZ | 55.85 | 46.09 | 44.48 | - |
| YUV | 184.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 171 | 0 | 0.34 | 0.29 | 0.05 | 350.6 | 0.75 | 0.78 |
| Hex | F1 | 9E | AB | 0 | 22 | 1D | 5 | 15F | 4B | 4E |
| Octal | 361 | 236 | 253 | 0 | 42 | 35 | 5 | 537 | 113 | 116 |
| Binary | 11110001 | 10011110 | 10101011 | 0 | 100010 | 11101 | 101 | 101011111 | 1001011 | 1001110 |
Color Harmonies of #F19EAB
Complementary color
Monochromatic Colors of #F19EAB
Black with #F19EAB
Text Example
Text Example
White with #F19EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EAB; }
p { color: rgb(241,158,171); }
H1.HeaderClassName
{
color: #F19EAB;
}
.AnyTagClassName
{
color: #F19EAB;
}
</style>
background-color css
<style>
a { background-color: #F19EAB; }
a { background-color: rgb(241,158,171); }
div.DivClassName
{
background-color: #F19EAB;
}
.BgClassName
{
background-color: #F19EAB;
}
</style>
border-color css
<style>
span { border-color: #F19EAB; }
span { border-color: rgb(241,158,171); }
td.TdClassName
{
border-color: #F19EAB;
}
.TagClassName
{
border-color: #F19EAB;
}
</style>