Shades of Illusion #F19DAE
Tints of Illusion #F19DAE
RGB
CMYK
RGB Variations
Color information
#F19DAE (or 0xF19DAE) is known color: Illusion. HEX triplet: F1, 9D and AE. RGB value is (241,157,174). Sum of RGB (Red+Green+Blue) = 241+157+174=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DAE is #0E6251. Grayscale: #B8B8B8. Windows color (decimal): -942674 or 11443697. OLE color: 11443697.
HSL color Cylindrical-coordinate representation of color #F19DAE: hue angle of 347.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DAE is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 174 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.05 |
| HSL | 347.86º | 0.75% | 0.78% | - |
| HSV(B) | 347.86º | 0.35% | 0.95% | - |
| XYZ | 55.97 | 45.87 | 45.95 | - |
| YUV | 184.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 174 | 0 | 0.35 | 0.28 | 0.05 | 347.86 | 0.75 | 0.78 |
| Hex | F1 | 9D | AE | 0 | 23 | 1C | 5 | 15C | 4B | 4E |
| Octal | 361 | 235 | 256 | 0 | 43 | 34 | 5 | 534 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10101110 | 0 | 100011 | 11100 | 101 | 101011100 | 1001011 | 1001110 |
Color Harmonies of #F19DAE
Complementary color
Monochromatic Colors of #F19DAE
Black with #F19DAE
Text Example
Text Example
White with #F19DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DAE; }
p { color: rgb(241,157,174); }
H1.HeaderClassName
{
color: #F19DAE;
}
.AnyTagClassName
{
color: #F19DAE;
}
</style>
background-color css
<style>
a { background-color: #F19DAE; }
a { background-color: rgb(241,157,174); }
div.DivClassName
{
background-color: #F19DAE;
}
.BgClassName
{
background-color: #F19DAE;
}
</style>
border-color css
<style>
span { border-color: #F19DAE; }
span { border-color: rgb(241,157,174); }
td.TdClassName
{
border-color: #F19DAE;
}
.TagClassName
{
border-color: #F19DAE;
}
</style>