Shades of Illusion #F7A0AB
Tints of Illusion #F7A0AB
RGB
CMYK
RGB Variations
Color information
#F7A0AB (or 0xF7A0AB) is known color: Illusion. HEX triplet: F7, A0 and AB. RGB value is (247,160,171). Sum of RGB (Red+Green+Blue) = 247+160+171=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A0AB is #085F54. Grayscale: #BBBBBB. Windows color (decimal): -548693 or 11247863. OLE color: 11247863.
HSL color Cylindrical-coordinate representation of color #F7A0AB: hue angle of 352.41º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0AB is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 171 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.03 |
| HSL | 352.41º | 0.84% | 0.8% | - |
| HSV(B) | 352.41º | 0.35% | 0.97% | - |
| XYZ | 58.28 | 47.86 | 44.69 | - |
| YUV | 187.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 171 | 0 | 0.35 | 0.31 | 0.03 | 352.41 | 0.84 | 0.8 |
| Hex | F7 | A0 | AB | 0 | 23 | 1F | 3 | 160 | 54 | 50 |
| Octal | 367 | 240 | 253 | 0 | 43 | 37 | 3 | 540 | 124 | 120 |
| Binary | 11110111 | 10100000 | 10101011 | 0 | 100011 | 11111 | 11 | 101100000 | 1010100 | 1010000 |
Color Harmonies of #F7A0AB
Complementary color
Monochromatic Colors of #F7A0AB
Black with #F7A0AB
Text Example
Text Example
White with #F7A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0AB; }
p { color: rgb(247,160,171); }
H1.HeaderClassName
{
color: #F7A0AB;
}
.AnyTagClassName
{
color: #F7A0AB;
}
</style>
background-color css
<style>
a { background-color: #F7A0AB; }
a { background-color: rgb(247,160,171); }
div.DivClassName
{
background-color: #F7A0AB;
}
.BgClassName
{
background-color: #F7A0AB;
}
</style>
border-color css
<style>
span { border-color: #F7A0AB; }
span { border-color: rgb(247,160,171); }
td.TdClassName
{
border-color: #F7A0AB;
}
.TagClassName
{
border-color: #F7A0AB;
}
</style>