Shades of Illusion #F4A0AC
Tints of Illusion #F4A0AC
RGB
CMYK
RGB Variations
Color information
#F4A0AC (or 0xF4A0AC) is known color: Illusion. HEX triplet: F4, A0 and AC. RGB value is (244,160,172). Sum of RGB (Red+Green+Blue) = 244+160+172=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A0AC is #0B5F53. Grayscale: #BABABA. Windows color (decimal): -745300 or 11313396. OLE color: 11313396.
HSL color Cylindrical-coordinate representation of color #F4A0AC: hue angle of 351.43º 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 #F4A0AC is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 172 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.04 |
| HSL | 351.43º | 0.79% | 0.79% | - |
| HSV(B) | 351.43º | 0.34% | 0.96% | - |
| XYZ | 57.33 | 47.35 | 45.15 | - |
| YUV | 186.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 172 | 0 | 0.34 | 0.30 | 0.04 | 351.43 | 0.79 | 0.79 |
| Hex | F4 | A0 | AC | 0 | 22 | 1E | 4 | 15F | 4F | 4F |
| Octal | 364 | 240 | 254 | 0 | 42 | 36 | 4 | 537 | 117 | 117 |
| Binary | 11110100 | 10100000 | 10101100 | 0 | 100010 | 11110 | 100 | 101011111 | 1001111 | 1001111 |
Color Harmonies of #F4A0AC
Complementary color
Monochromatic Colors of #F4A0AC
Black with #F4A0AC
Text Example
Text Example
White with #F4A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0AC; }
p { color: rgb(244,160,172); }
H1.HeaderClassName
{
color: #F4A0AC;
}
.AnyTagClassName
{
color: #F4A0AC;
}
</style>
background-color css
<style>
a { background-color: #F4A0AC; }
a { background-color: rgb(244,160,172); }
div.DivClassName
{
background-color: #F4A0AC;
}
.BgClassName
{
background-color: #F4A0AC;
}
</style>
border-color css
<style>
span { border-color: #F4A0AC; }
span { border-color: rgb(244,160,172); }
td.TdClassName
{
border-color: #F4A0AC;
}
.TagClassName
{
border-color: #F4A0AC;
}
</style>