Shades of Illusion #F19AAE
Tints of Illusion #F19AAE
RGB
CMYK
RGB Variations
Color information
#F19AAE (or 0xF19AAE) is known color: Illusion. HEX triplet: F1, 9A and AE. RGB value is (241,154,174). Sum of RGB (Red+Green+Blue) = 241+154+174=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAE is #0E6551. Grayscale: #B6B6B6. Windows color (decimal): -943442 or 11442929. OLE color: 11442929.
HSL color Cylindrical-coordinate representation of color #F19AAE: hue angle of 346.21º 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 #F19AAE is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 174 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.05 |
| HSL | 346.21º | 0.76% | 0.77% | - |
| HSV(B) | 346.21º | 0.36% | 0.95% | - |
| XYZ | 55.47 | 44.87 | 45.78 | - |
| YUV | 182.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 174 | 0 | 0.36 | 0.28 | 0.05 | 346.21 | 0.76 | 0.77 |
| Hex | F1 | 9A | AE | 0 | 24 | 1C | 5 | 15A | 4C | 4D |
| Octal | 361 | 232 | 256 | 0 | 44 | 34 | 5 | 532 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10101110 | 0 | 100100 | 11100 | 101 | 101011010 | 1001100 | 1001101 |
Color Harmonies of #F19AAE
Complementary color
Monochromatic Colors of #F19AAE
Black with #F19AAE
Text Example
Text Example
White with #F19AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AAE; }
p { color: rgb(241,154,174); }
H1.HeaderClassName
{
color: #F19AAE;
}
.AnyTagClassName
{
color: #F19AAE;
}
</style>
background-color css
<style>
a { background-color: #F19AAE; }
a { background-color: rgb(241,154,174); }
div.DivClassName
{
background-color: #F19AAE;
}
.BgClassName
{
background-color: #F19AAE;
}
</style>
border-color css
<style>
span { border-color: #F19AAE; }
span { border-color: rgb(241,154,174); }
td.TdClassName
{
border-color: #F19AAE;
}
.TagClassName
{
border-color: #F19AAE;
}
</style>