Shades of Illusion #F7A2AB
Tints of Illusion #F7A2AB
RGB
CMYK
RGB Variations
Color information
#F7A2AB (or 0xF7A2AB) is known color: Illusion. HEX triplet: F7, A2 and AB. RGB value is (247,162,171). Sum of RGB (Red+Green+Blue) = 247+162+171=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A2AB is #085D54. Grayscale: #BCBCBC. Windows color (decimal): -548181 or 11248375. OLE color: 11248375.
HSL color Cylindrical-coordinate representation of color #F7A2AB: hue angle of 353.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2AB is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 171 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.03 |
| HSL | 353.65º | 0.84% | 0.8% | - |
| HSV(B) | 353.65º | 0.34% | 0.97% | - |
| XYZ | 58.63 | 48.56 | 44.81 | - |
| YUV | 188.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 171 | 0 | 0.34 | 0.31 | 0.03 | 353.65 | 0.84 | 0.8 |
| Hex | F7 | A2 | AB | 0 | 22 | 1F | 3 | 162 | 54 | 50 |
| Octal | 367 | 242 | 253 | 0 | 42 | 37 | 3 | 542 | 124 | 120 |
| Binary | 11110111 | 10100010 | 10101011 | 0 | 100010 | 11111 | 11 | 101100010 | 1010100 | 1010000 |
Color Harmonies of #F7A2AB
Complementary color
Monochromatic Colors of #F7A2AB
Black with #F7A2AB
Text Example
Text Example
White with #F7A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2AB; }
p { color: rgb(247,162,171); }
H1.HeaderClassName
{
color: #F7A2AB;
}
.AnyTagClassName
{
color: #F7A2AB;
}
</style>
background-color css
<style>
a { background-color: #F7A2AB; }
a { background-color: rgb(247,162,171); }
div.DivClassName
{
background-color: #F7A2AB;
}
.BgClassName
{
background-color: #F7A2AB;
}
</style>
border-color css
<style>
span { border-color: #F7A2AB; }
span { border-color: rgb(247,162,171); }
td.TdClassName
{
border-color: #F7A2AB;
}
.TagClassName
{
border-color: #F7A2AB;
}
</style>