Shades of Illusion #F2A0B9
Tints of Illusion #F2A0B9
RGB
CMYK
RGB Variations
Color information
#F2A0B9 (or 0xF2A0B9) is known color: Illusion. HEX triplet: F2, A0 and B9. RGB value is (242,160,185). Sum of RGB (Red+Green+Blue) = 242+160+185=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0B9 is #0D5F46. Grayscale: #BBBBBB. Windows color (decimal): -876359 or 12165362. OLE color: 12165362.
HSL color Cylindrical-coordinate representation of color #F2A0B9: hue angle of 341.71º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0B9 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 185 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.05 |
| HSL | 341.71º | 0.76% | 0.79% | - |
| HSV(B) | 341.71º | 0.34% | 0.95% | - |
| XYZ | 57.95 | 47.52 | 52.02 | - |
| YUV | 187.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 185 | 0 | 0.34 | 0.24 | 0.05 | 341.71 | 0.76 | 0.79 |
| Hex | F2 | A0 | B9 | 0 | 22 | 18 | 5 | 156 | 4C | 4F |
| Octal | 362 | 240 | 271 | 0 | 42 | 30 | 5 | 526 | 114 | 117 |
| Binary | 11110010 | 10100000 | 10111001 | 0 | 100010 | 11000 | 101 | 101010110 | 1001100 | 1001111 |
Color Harmonies of #F2A0B9
Complementary color
Monochromatic Colors of #F2A0B9
Black with #F2A0B9
Text Example
Text Example
White with #F2A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0B9; }
p { color: rgb(242,160,185); }
H1.HeaderClassName
{
color: #F2A0B9;
}
.AnyTagClassName
{
color: #F2A0B9;
}
</style>
background-color css
<style>
a { background-color: #F2A0B9; }
a { background-color: rgb(242,160,185); }
div.DivClassName
{
background-color: #F2A0B9;
}
.BgClassName
{
background-color: #F2A0B9;
}
</style>
border-color css
<style>
span { border-color: #F2A0B9; }
span { border-color: rgb(242,160,185); }
td.TdClassName
{
border-color: #F2A0B9;
}
.TagClassName
{
border-color: #F2A0B9;
}
</style>