Shades of Illusion #F19EAD
Tints of Illusion #F19EAD
RGB
CMYK
RGB Variations
Color information
#F19EAD (or 0xF19EAD) is known color: Illusion. HEX triplet: F1, 9E and AD. RGB value is (241,158,173). Sum of RGB (Red+Green+Blue) = 241+158+173=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EAD is #0E6152. Grayscale: #B8B8B8. Windows color (decimal): -942419 or 11378417. OLE color: 11378417.
HSL color Cylindrical-coordinate representation of color #F19EAD: hue angle of 349.16º 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 #F19EAD is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 173 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.05 |
| HSL | 349.16º | 0.75% | 0.78% | - |
| HSV(B) | 349.16º | 0.34% | 0.95% | - |
| XYZ | 56.05 | 46.17 | 45.49 | - |
| YUV | 184.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 173 | 0 | 0.34 | 0.28 | 0.05 | 349.16 | 0.75 | 0.78 |
| Hex | F1 | 9E | AD | 0 | 22 | 1C | 5 | 15D | 4B | 4E |
| Octal | 361 | 236 | 255 | 0 | 42 | 34 | 5 | 535 | 113 | 116 |
| Binary | 11110001 | 10011110 | 10101101 | 0 | 100010 | 11100 | 101 | 101011101 | 1001011 | 1001110 |
Color Harmonies of #F19EAD
Complementary color
Monochromatic Colors of #F19EAD
Black with #F19EAD
Text Example
Text Example
White with #F19EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EAD; }
p { color: rgb(241,158,173); }
H1.HeaderClassName
{
color: #F19EAD;
}
.AnyTagClassName
{
color: #F19EAD;
}
</style>
background-color css
<style>
a { background-color: #F19EAD; }
a { background-color: rgb(241,158,173); }
div.DivClassName
{
background-color: #F19EAD;
}
.BgClassName
{
background-color: #F19EAD;
}
</style>
border-color css
<style>
span { border-color: #F19EAD; }
span { border-color: rgb(241,158,173); }
td.TdClassName
{
border-color: #F19EAD;
}
.TagClassName
{
border-color: #F19EAD;
}
</style>