Shades of Illusion #F9A3AF
Tints of Illusion #F9A3AF
RGB
CMYK
RGB Variations
Color information
#F9A3AF (or 0xF9A3AF) is known color: Illusion. HEX triplet: F9, A3 and AF. RGB value is (249,163,175). Sum of RGB (Red+Green+Blue) = 249+163+175=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A3AF is #065C50. Grayscale: #BEBEBE. Windows color (decimal): -416849 or 11510777. OLE color: 11510777.
HSL color Cylindrical-coordinate representation of color #F9A3AF: hue angle of 351.63º 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 #F9A3AF is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 175 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.02 |
| HSL | 351.63º | 0.88% | 0.81% | - |
| HSV(B) | 351.63º | 0.35% | 0.98% | - |
| XYZ | 59.9 | 49.43 | 46.94 | - |
| YUV | 190.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 175 | 0 | 0.35 | 0.30 | 0.02 | 351.63 | 0.88 | 0.81 |
| Hex | F9 | A3 | AF | 0 | 23 | 1E | 2 | 160 | 58 | 51 |
| Octal | 371 | 243 | 257 | 0 | 43 | 36 | 2 | 540 | 130 | 121 |
| Binary | 11111001 | 10100011 | 10101111 | 0 | 100011 | 11110 | 10 | 101100000 | 1011000 | 1010001 |
Color Harmonies of #F9A3AF
Complementary color
Monochromatic Colors of #F9A3AF
Black with #F9A3AF
Text Example
Text Example
White with #F9A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A3AF; }
p { color: rgb(249,163,175); }
H1.HeaderClassName
{
color: #F9A3AF;
}
.AnyTagClassName
{
color: #F9A3AF;
}
</style>
background-color css
<style>
a { background-color: #F9A3AF; }
a { background-color: rgb(249,163,175); }
div.DivClassName
{
background-color: #F9A3AF;
}
.BgClassName
{
background-color: #F9A3AF;
}
</style>
border-color css
<style>
span { border-color: #F9A3AF; }
span { border-color: rgb(249,163,175); }
td.TdClassName
{
border-color: #F9A3AF;
}
.TagClassName
{
border-color: #F9A3AF;
}
</style>