Shades of Illusion #F7A1AB
Tints of Illusion #F7A1AB
RGB
CMYK
RGB Variations
Color information
#F7A1AB (or 0xF7A1AB) is known color: Illusion. HEX triplet: F7, A1 and AB. RGB value is (247,161,171). Sum of RGB (Red+Green+Blue) = 247+161+171=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A1AB is #085E54. Grayscale: #BBBBBB. Windows color (decimal): -548437 or 11248119. OLE color: 11248119.
HSL color Cylindrical-coordinate representation of color #F7A1AB: hue angle of 353.02º 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 #F7A1AB is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 171 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.03 |
| HSL | 353.02º | 0.84% | 0.8% | - |
| HSV(B) | 353.02º | 0.35% | 0.97% | - |
| XYZ | 58.45 | 48.2 | 44.75 | - |
| YUV | 187.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 171 | 0 | 0.35 | 0.31 | 0.03 | 353.02 | 0.84 | 0.8 |
| Hex | F7 | A1 | AB | 0 | 23 | 1F | 3 | 161 | 54 | 50 |
| Octal | 367 | 241 | 253 | 0 | 43 | 37 | 3 | 541 | 124 | 120 |
| Binary | 11110111 | 10100001 | 10101011 | 0 | 100011 | 11111 | 11 | 101100001 | 1010100 | 1010000 |
Color Harmonies of #F7A1AB
Complementary color
Monochromatic Colors of #F7A1AB
Black with #F7A1AB
Text Example
Text Example
White with #F7A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1AB; }
p { color: rgb(247,161,171); }
H1.HeaderClassName
{
color: #F7A1AB;
}
.AnyTagClassName
{
color: #F7A1AB;
}
</style>
background-color css
<style>
a { background-color: #F7A1AB; }
a { background-color: rgb(247,161,171); }
div.DivClassName
{
background-color: #F7A1AB;
}
.BgClassName
{
background-color: #F7A1AB;
}
</style>
border-color css
<style>
span { border-color: #F7A1AB; }
span { border-color: rgb(247,161,171); }
td.TdClassName
{
border-color: #F7A1AB;
}
.TagClassName
{
border-color: #F7A1AB;
}
</style>