Shades of Illusion #F2A1B1
Tints of Illusion #F2A1B1
RGB
CMYK
RGB Variations
Color information
#F2A1B1 (or 0xF2A1B1) is known color: Illusion. HEX triplet: F2, A1 and B1. RGB value is (242,161,177). Sum of RGB (Red+Green+Blue) = 242+161+177=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A1B1 is #0D5E4E. Grayscale: #BBBBBB. Windows color (decimal): -876111 or 11641330. OLE color: 11641330.
HSL color Cylindrical-coordinate representation of color #F2A1B1: hue angle of 348.15º 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 #F2A1B1 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 177 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.05 |
| HSL | 348.15º | 0.76% | 0.79% | - |
| HSV(B) | 348.15º | 0.33% | 0.95% | - |
| XYZ | 57.3 | 47.54 | 47.75 | - |
| YUV | 187.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 177 | 0 | 0.33 | 0.27 | 0.05 | 348.15 | 0.76 | 0.79 |
| Hex | F2 | A1 | B1 | 0 | 21 | 1B | 5 | 15C | 4C | 4F |
| Octal | 362 | 241 | 261 | 0 | 41 | 33 | 5 | 534 | 114 | 117 |
| Binary | 11110010 | 10100001 | 10110001 | 0 | 100001 | 11011 | 101 | 101011100 | 1001100 | 1001111 |
Color Harmonies of #F2A1B1
Complementary color
Monochromatic Colors of #F2A1B1
Black with #F2A1B1
Text Example
Text Example
White with #F2A1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1B1; }
p { color: rgb(242,161,177); }
H1.HeaderClassName
{
color: #F2A1B1;
}
.AnyTagClassName
{
color: #F2A1B1;
}
</style>
background-color css
<style>
a { background-color: #F2A1B1; }
a { background-color: rgb(242,161,177); }
div.DivClassName
{
background-color: #F2A1B1;
}
.BgClassName
{
background-color: #F2A1B1;
}
</style>
border-color css
<style>
span { border-color: #F2A1B1; }
span { border-color: rgb(242,161,177); }
td.TdClassName
{
border-color: #F2A1B1;
}
.TagClassName
{
border-color: #F2A1B1;
}
</style>