Shades of Illusion #F4A1AA
Tints of Illusion #F4A1AA
RGB
CMYK
RGB Variations
Color information
#F4A1AA (or 0xF4A1AA) is known color: Illusion. HEX triplet: F4, A1 and AA. RGB value is (244,161,170). Sum of RGB (Red+Green+Blue) = 244+161+170=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A1AA is #0B5E55. Grayscale: #BABABA. Windows color (decimal): -745046 or 11182580. OLE color: 11182580.
HSL color Cylindrical-coordinate representation of color #F4A1AA: hue angle of 353.49º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1AA is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 170 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.04 |
| HSL | 353.49º | 0.79% | 0.79% | - |
| HSV(B) | 353.49º | 0.34% | 0.96% | - |
| XYZ | 57.31 | 47.63 | 44.2 | - |
| YUV | 186.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 170 | 0 | 0.34 | 0.30 | 0.04 | 353.49 | 0.79 | 0.79 |
| Hex | F4 | A1 | AA | 0 | 22 | 1E | 4 | 161 | 4F | 4F |
| Octal | 364 | 241 | 252 | 0 | 42 | 36 | 4 | 541 | 117 | 117 |
| Binary | 11110100 | 10100001 | 10101010 | 0 | 100010 | 11110 | 100 | 101100001 | 1001111 | 1001111 |
Color Harmonies of #F4A1AA
Complementary color
Monochromatic Colors of #F4A1AA
Black with #F4A1AA
Text Example
Text Example
White with #F4A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1AA; }
p { color: rgb(244,161,170); }
H1.HeaderClassName
{
color: #F4A1AA;
}
.AnyTagClassName
{
color: #F4A1AA;
}
</style>
background-color css
<style>
a { background-color: #F4A1AA; }
a { background-color: rgb(244,161,170); }
div.DivClassName
{
background-color: #F4A1AA;
}
.BgClassName
{
background-color: #F4A1AA;
}
</style>
border-color css
<style>
span { border-color: #F4A1AA; }
span { border-color: rgb(244,161,170); }
td.TdClassName
{
border-color: #F4A1AA;
}
.TagClassName
{
border-color: #F4A1AA;
}
</style>