Shades of Illusion #F2A2AF
Tints of Illusion #F2A2AF
RGB
CMYK
RGB Variations
Color information
#F2A2AF (or 0xF2A2AF) is known color: Illusion. HEX triplet: F2, A2 and AF. RGB value is (242,162,175). Sum of RGB (Red+Green+Blue) = 242+162+175=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A2AF is #0D5D50. Grayscale: #BBBBBB. Windows color (decimal): -875857 or 11510514. OLE color: 11510514.
HSL color Cylindrical-coordinate representation of color #F2A2AF: hue angle of 350.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 #F2A2AF is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 175 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.05 |
| HSL | 350.25º | 0.75% | 0.79% | - |
| HSV(B) | 350.25º | 0.33% | 0.95% | - |
| XYZ | 57.28 | 47.81 | 46.77 | - |
| YUV | 187.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 175 | 0 | 0.33 | 0.28 | 0.05 | 350.25 | 0.75 | 0.79 |
| Hex | F2 | A2 | AF | 0 | 21 | 1C | 5 | 15E | 4B | 4F |
| Octal | 362 | 242 | 257 | 0 | 41 | 34 | 5 | 536 | 113 | 117 |
| Binary | 11110010 | 10100010 | 10101111 | 0 | 100001 | 11100 | 101 | 101011110 | 1001011 | 1001111 |
Color Harmonies of #F2A2AF
Complementary color
Monochromatic Colors of #F2A2AF
Black with #F2A2AF
Text Example
Text Example
White with #F2A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2AF; }
p { color: rgb(242,162,175); }
H1.HeaderClassName
{
color: #F2A2AF;
}
.AnyTagClassName
{
color: #F2A2AF;
}
</style>
background-color css
<style>
a { background-color: #F2A2AF; }
a { background-color: rgb(242,162,175); }
div.DivClassName
{
background-color: #F2A2AF;
}
.BgClassName
{
background-color: #F2A2AF;
}
</style>
border-color css
<style>
span { border-color: #F2A2AF; }
span { border-color: rgb(242,162,175); }
td.TdClassName
{
border-color: #F2A2AF;
}
.TagClassName
{
border-color: #F2A2AF;
}
</style>