Shades of Illusion #F2A2BA
Tints of Illusion #F2A2BA
RGB
CMYK
RGB Variations
Color information
#F2A2BA (or 0xF2A2BA) is known color: Illusion. HEX triplet: F2, A2 and BA. RGB value is (242,162,186). Sum of RGB (Red+Green+Blue) = 242+162+186=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2BA is #0D5D45. Grayscale: #BCBCBC. Windows color (decimal): -875846 or 12231410. OLE color: 12231410.
HSL color Cylindrical-coordinate representation of color #F2A2BA: hue angle of 342º 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 #F2A2BA is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 186 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.05 |
| HSL | 342º | 0.75% | 0.79% | - |
| HSV(B) | 342º | 0.33% | 0.95% | - |
| XYZ | 58.4 | 48.26 | 52.69 | - |
| YUV | 188.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 186 | 0 | 0.33 | 0.23 | 0.05 | 342 | 0.75 | 0.79 |
| Hex | F2 | A2 | BA | 0 | 21 | 17 | 5 | 156 | 4B | 4F |
| Octal | 362 | 242 | 272 | 0 | 41 | 27 | 5 | 526 | 113 | 117 |
| Binary | 11110010 | 10100010 | 10111010 | 0 | 100001 | 10111 | 101 | 101010110 | 1001011 | 1001111 |
Color Harmonies of #F2A2BA
Complementary color
Monochromatic Colors of #F2A2BA
Black with #F2A2BA
Text Example
Text Example
White with #F2A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2BA; }
p { color: rgb(242,162,186); }
H1.HeaderClassName
{
color: #F2A2BA;
}
.AnyTagClassName
{
color: #F2A2BA;
}
</style>
background-color css
<style>
a { background-color: #F2A2BA; }
a { background-color: rgb(242,162,186); }
div.DivClassName
{
background-color: #F2A2BA;
}
.BgClassName
{
background-color: #F2A2BA;
}
</style>
border-color css
<style>
span { border-color: #F2A2BA; }
span { border-color: rgb(242,162,186); }
td.TdClassName
{
border-color: #F2A2BA;
}
.TagClassName
{
border-color: #F2A2BA;
}
</style>