Shades of Illusion #FF9FAD
Tints of Illusion #FF9FAD
RGB
CMYK
RGB Variations
Color information
#FF9FAD (or 0xFF9FAD) is known color: Illusion. HEX triplet: FF, 9F and AD. RGB value is (255,159,173). Sum of RGB (Red+Green+Blue) = 255+159+173=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FAD is #006052. Grayscale: #BDBDBD. Windows color (decimal): -24659 or 11378687. OLE color: 11378687.
HSL color Cylindrical-coordinate representation of color #FF9FAD: hue angle of 351.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FAD is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 173 | - |
| CMYK | 0 | 0.38 | 0.32 | 0 |
| HSL | 351.25º | 1% | 0.81% | - |
| HSV(B) | 351.25º | 0.38% | 1% | - |
| XYZ | 61.18 | 49.07 | 45.78 | - |
| YUV | 189.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 173 | 0 | 0.38 | 0.32 | 0 | 351.25 | 1 | 0.81 |
| Hex | FF | 9F | AD | 0 | 26 | 20 | 0 | 15F | 64 | 51 |
| Octal | 377 | 237 | 255 | 0 | 46 | 40 | 0 | 537 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10101101 | 0 | 100110 | 100000 | 0 | 101011111 | 1100100 | 1010001 |
Color Harmonies of #FF9FAD
Complementary color
Monochromatic Colors of #FF9FAD
Black with #FF9FAD
Text Example
Text Example
White with #FF9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FAD; }
p { color: rgb(255,159,173); }
H1.HeaderClassName
{
color: #FF9FAD;
}
.AnyTagClassName
{
color: #FF9FAD;
}
</style>
background-color css
<style>
a { background-color: #FF9FAD; }
a { background-color: rgb(255,159,173); }
div.DivClassName
{
background-color: #FF9FAD;
}
.BgClassName
{
background-color: #FF9FAD;
}
</style>
border-color css
<style>
span { border-color: #FF9FAD; }
span { border-color: rgb(255,159,173); }
td.TdClassName
{
border-color: #FF9FAD;
}
.TagClassName
{
border-color: #FF9FAD;
}
</style>