Shades of Illusion #F7A5AD
Tints of Illusion #F7A5AD
RGB
CMYK
RGB Variations
Color information
#F7A5AD (or 0xF7A5AD) is known color: Illusion. HEX triplet: F7, A5 and AD. RGB value is (247,165,173). Sum of RGB (Red+Green+Blue) = 247+165+173=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A5AD is #085A52. Grayscale: #BEBEBE. Windows color (decimal): -547411 or 11380215. OLE color: 11380215.
HSL color Cylindrical-coordinate representation of color #F7A5AD: hue angle of 354.15º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5AD is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 173 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.03 |
| HSL | 354.15º | 0.84% | 0.81% | - |
| HSV(B) | 354.15º | 0.33% | 0.97% | - |
| XYZ | 59.36 | 49.7 | 46 | - |
| YUV | 190.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 173 | 0 | 0.33 | 0.30 | 0.03 | 354.15 | 0.84 | 0.81 |
| Hex | F7 | A5 | AD | 0 | 21 | 1E | 3 | 162 | 54 | 51 |
| Octal | 367 | 245 | 255 | 0 | 41 | 36 | 3 | 542 | 124 | 121 |
| Binary | 11110111 | 10100101 | 10101101 | 0 | 100001 | 11110 | 11 | 101100010 | 1010100 | 1010001 |
Color Harmonies of #F7A5AD
Complementary color
Monochromatic Colors of #F7A5AD
Black with #F7A5AD
Text Example
Text Example
White with #F7A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A5AD; }
p { color: rgb(247,165,173); }
H1.HeaderClassName
{
color: #F7A5AD;
}
.AnyTagClassName
{
color: #F7A5AD;
}
</style>
background-color css
<style>
a { background-color: #F7A5AD; }
a { background-color: rgb(247,165,173); }
div.DivClassName
{
background-color: #F7A5AD;
}
.BgClassName
{
background-color: #F7A5AD;
}
</style>
border-color css
<style>
span { border-color: #F7A5AD; }
span { border-color: rgb(247,165,173); }
td.TdClassName
{
border-color: #F7A5AD;
}
.TagClassName
{
border-color: #F7A5AD;
}
</style>