Shades of Illusion #F2A3AF
Tints of Illusion #F2A3AF
RGB
CMYK
RGB Variations
Color information
#F2A3AF (or 0xF2A3AF) is known color: Illusion. HEX triplet: F2, A3 and AF. RGB value is (242,163,175). Sum of RGB (Red+Green+Blue) = 242+163+175=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A3AF is #0D5C50. Grayscale: #BCBCBC. Windows color (decimal): -875601 or 11510770. OLE color: 11510770.
HSL color Cylindrical-coordinate representation of color #F2A3AF: hue angle of 350.89º 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 #F2A3AF is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 175 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.05 |
| HSL | 350.89º | 0.75% | 0.79% | - |
| HSV(B) | 350.89º | 0.33% | 0.95% | - |
| XYZ | 57.45 | 48.17 | 46.83 | - |
| YUV | 187.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 175 | 0 | 0.33 | 0.28 | 0.05 | 350.89 | 0.75 | 0.79 |
| Hex | F2 | A3 | AF | 0 | 21 | 1C | 5 | 15F | 4B | 4F |
| Octal | 362 | 243 | 257 | 0 | 41 | 34 | 5 | 537 | 113 | 117 |
| Binary | 11110010 | 10100011 | 10101111 | 0 | 100001 | 11100 | 101 | 101011111 | 1001011 | 1001111 |
Color Harmonies of #F2A3AF
Complementary color
Monochromatic Colors of #F2A3AF
Black with #F2A3AF
Text Example
Text Example
White with #F2A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3AF; }
p { color: rgb(242,163,175); }
H1.HeaderClassName
{
color: #F2A3AF;
}
.AnyTagClassName
{
color: #F2A3AF;
}
</style>
background-color css
<style>
a { background-color: #F2A3AF; }
a { background-color: rgb(242,163,175); }
div.DivClassName
{
background-color: #F2A3AF;
}
.BgClassName
{
background-color: #F2A3AF;
}
</style>
border-color css
<style>
span { border-color: #F2A3AF; }
span { border-color: rgb(242,163,175); }
td.TdClassName
{
border-color: #F2A3AF;
}
.TagClassName
{
border-color: #F2A3AF;
}
</style>