Shades of Illusion #F2A1AB
Tints of Illusion #F2A1AB
RGB
CMYK
RGB Variations
Color information
#F2A1AB (or 0xF2A1AB) is known color: Illusion. HEX triplet: F2, A1 and AB. RGB value is (242,161,171). Sum of RGB (Red+Green+Blue) = 242+161+171=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A1AB is #0D5E54. Grayscale: #BABABA. Windows color (decimal): -876117 or 11248114. OLE color: 11248114.
HSL color Cylindrical-coordinate representation of color #F2A1AB: hue angle of 352.59º degrees, saturation: 0.76, 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 #F2A1AB is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 171 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.05 |
| HSL | 352.59º | 0.76% | 0.79% | - |
| HSV(B) | 352.59º | 0.33% | 0.95% | - |
| XYZ | 56.71 | 47.31 | 44.67 | - |
| YUV | 186.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 171 | 0 | 0.33 | 0.29 | 0.05 | 352.59 | 0.76 | 0.79 |
| Hex | F2 | A1 | AB | 0 | 21 | 1D | 5 | 161 | 4C | 4F |
| Octal | 362 | 241 | 253 | 0 | 41 | 35 | 5 | 541 | 114 | 117 |
| Binary | 11110010 | 10100001 | 10101011 | 0 | 100001 | 11101 | 101 | 101100001 | 1001100 | 1001111 |
Color Harmonies of #F2A1AB
Complementary color
Monochromatic Colors of #F2A1AB
Black with #F2A1AB
Text Example
Text Example
White with #F2A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1AB; }
p { color: rgb(242,161,171); }
H1.HeaderClassName
{
color: #F2A1AB;
}
.AnyTagClassName
{
color: #F2A1AB;
}
</style>
background-color css
<style>
a { background-color: #F2A1AB; }
a { background-color: rgb(242,161,171); }
div.DivClassName
{
background-color: #F2A1AB;
}
.BgClassName
{
background-color: #F2A1AB;
}
</style>
border-color css
<style>
span { border-color: #F2A1AB; }
span { border-color: rgb(242,161,171); }
td.TdClassName
{
border-color: #F2A1AB;
}
.TagClassName
{
border-color: #F2A1AB;
}
</style>