Shades of Illusion #F9A3AD
Tints of Illusion #F9A3AD
RGB
CMYK
RGB Variations
Color information
#F9A3AD (or 0xF9A3AD) is known color: Illusion. HEX triplet: F9, A3 and AD. RGB value is (249,163,173). Sum of RGB (Red+Green+Blue) = 249+163+173=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A3AD is #065C52. Grayscale: #BDBDBD. Windows color (decimal): -416851 or 11379705. OLE color: 11379705.
HSL color Cylindrical-coordinate representation of color #F9A3AD: hue angle of 353.02º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A3AD is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 173 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.02 |
| HSL | 353.02º | 0.88% | 0.81% | - |
| HSV(B) | 353.02º | 0.35% | 0.98% | - |
| XYZ | 59.71 | 49.35 | 45.91 | - |
| YUV | 189.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 173 | 0 | 0.35 | 0.31 | 0.02 | 353.02 | 0.88 | 0.81 |
| Hex | F9 | A3 | AD | 0 | 23 | 1F | 2 | 161 | 58 | 51 |
| Octal | 371 | 243 | 255 | 0 | 43 | 37 | 2 | 541 | 130 | 121 |
| Binary | 11111001 | 10100011 | 10101101 | 0 | 100011 | 11111 | 10 | 101100001 | 1011000 | 1010001 |
Color Harmonies of #F9A3AD
Complementary color
Monochromatic Colors of #F9A3AD
Black with #F9A3AD
Text Example
Text Example
White with #F9A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A3AD; }
p { color: rgb(249,163,173); }
H1.HeaderClassName
{
color: #F9A3AD;
}
.AnyTagClassName
{
color: #F9A3AD;
}
</style>
background-color css
<style>
a { background-color: #F9A3AD; }
a { background-color: rgb(249,163,173); }
div.DivClassName
{
background-color: #F9A3AD;
}
.BgClassName
{
background-color: #F9A3AD;
}
</style>
border-color css
<style>
span { border-color: #F9A3AD; }
span { border-color: rgb(249,163,173); }
td.TdClassName
{
border-color: #F9A3AD;
}
.TagClassName
{
border-color: #F9A3AD;
}
</style>