Shades of Illusion #F2A2AB
Tints of Illusion #F2A2AB
RGB
CMYK
RGB Variations
Color information
#F2A2AB (or 0xF2A2AB) is known color: Illusion. HEX triplet: F2, A2 and AB. RGB value is (242,162,171). Sum of RGB (Red+Green+Blue) = 242+162+171=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A2AB is #0D5D54. Grayscale: #BABABA. Windows color (decimal): -875861 or 11248370. OLE color: 11248370.
HSL color Cylindrical-coordinate representation of color #F2A2AB: hue angle of 353.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2AB is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 171 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.05 |
| HSL | 353.25º | 0.75% | 0.79% | - |
| HSV(B) | 353.25º | 0.33% | 0.95% | - |
| XYZ | 56.89 | 47.66 | 44.73 | - |
| YUV | 186.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 171 | 0 | 0.33 | 0.29 | 0.05 | 353.25 | 0.75 | 0.79 |
| Hex | F2 | A2 | AB | 0 | 21 | 1D | 5 | 161 | 4B | 4F |
| Octal | 362 | 242 | 253 | 0 | 41 | 35 | 5 | 541 | 113 | 117 |
| Binary | 11110010 | 10100010 | 10101011 | 0 | 100001 | 11101 | 101 | 101100001 | 1001011 | 1001111 |
Color Harmonies of #F2A2AB
Complementary color
Monochromatic Colors of #F2A2AB
Black with #F2A2AB
Text Example
Text Example
White with #F2A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2AB; }
p { color: rgb(242,162,171); }
H1.HeaderClassName
{
color: #F2A2AB;
}
.AnyTagClassName
{
color: #F2A2AB;
}
</style>
background-color css
<style>
a { background-color: #F2A2AB; }
a { background-color: rgb(242,162,171); }
div.DivClassName
{
background-color: #F2A2AB;
}
.BgClassName
{
background-color: #F2A2AB;
}
</style>
border-color css
<style>
span { border-color: #F2A2AB; }
span { border-color: rgb(242,162,171); }
td.TdClassName
{
border-color: #F2A2AB;
}
.TagClassName
{
border-color: #F2A2AB;
}
</style>