Shades of Illusion #F2A2B1
Tints of Illusion #F2A2B1
RGB
CMYK
RGB Variations
Color information
#F2A2B1 (or 0xF2A2B1) is known color: Illusion. HEX triplet: F2, A2 and B1. RGB value is (242,162,177). Sum of RGB (Red+Green+Blue) = 242+162+177=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A2B1 is #0D5D4E. Grayscale: #BBBBBB. Windows color (decimal): -875855 or 11641586. OLE color: 11641586.
HSL color Cylindrical-coordinate representation of color #F2A2B1: hue angle of 348.75º 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 #F2A2B1 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 177 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.05 |
| HSL | 348.75º | 0.75% | 0.79% | - |
| HSV(B) | 348.75º | 0.33% | 0.95% | - |
| XYZ | 57.47 | 47.89 | 47.81 | - |
| YUV | 187.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 177 | 0 | 0.33 | 0.27 | 0.05 | 348.75 | 0.75 | 0.79 |
| Hex | F2 | A2 | B1 | 0 | 21 | 1B | 5 | 15D | 4B | 4F |
| Octal | 362 | 242 | 261 | 0 | 41 | 33 | 5 | 535 | 113 | 117 |
| Binary | 11110010 | 10100010 | 10110001 | 0 | 100001 | 11011 | 101 | 101011101 | 1001011 | 1001111 |
Color Harmonies of #F2A2B1
Complementary color
Monochromatic Colors of #F2A2B1
Black with #F2A2B1
Text Example
Text Example
White with #F2A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2B1; }
p { color: rgb(242,162,177); }
H1.HeaderClassName
{
color: #F2A2B1;
}
.AnyTagClassName
{
color: #F2A2B1;
}
</style>
background-color css
<style>
a { background-color: #F2A2B1; }
a { background-color: rgb(242,162,177); }
div.DivClassName
{
background-color: #F2A2B1;
}
.BgClassName
{
background-color: #F2A2B1;
}
</style>
border-color css
<style>
span { border-color: #F2A2B1; }
span { border-color: rgb(242,162,177); }
td.TdClassName
{
border-color: #F2A2B1;
}
.TagClassName
{
border-color: #F2A2B1;
}
</style>