Shades of Illusion #F5A0AF
Tints of Illusion #F5A0AF
RGB
CMYK
RGB Variations
Color information
#F5A0AF (or 0xF5A0AF) is known color: Illusion. HEX triplet: F5, A0 and AF. RGB value is (245,160,175). Sum of RGB (Red+Green+Blue) = 245+160+175=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A0AF is #0A5F50. Grayscale: #BBBBBB. Windows color (decimal): -679761 or 11510005. OLE color: 11510005.
HSL color Cylindrical-coordinate representation of color #F5A0AF: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0AF is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 175 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.04 |
| HSL | 349.41º | 0.81% | 0.79% | - |
| HSV(B) | 349.41º | 0.35% | 0.96% | - |
| XYZ | 57.96 | 47.65 | 46.7 | - |
| YUV | 187.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 175 | 0 | 0.35 | 0.29 | 0.04 | 349.41 | 0.81 | 0.79 |
| Hex | F5 | A0 | AF | 0 | 23 | 1D | 4 | 15D | 51 | 4F |
| Octal | 365 | 240 | 257 | 0 | 43 | 35 | 4 | 535 | 121 | 117 |
| Binary | 11110101 | 10100000 | 10101111 | 0 | 100011 | 11101 | 100 | 101011101 | 1010001 | 1001111 |
Color Harmonies of #F5A0AF
Complementary color
Monochromatic Colors of #F5A0AF
Black with #F5A0AF
Text Example
Text Example
White with #F5A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0AF; }
p { color: rgb(245,160,175); }
H1.HeaderClassName
{
color: #F5A0AF;
}
.AnyTagClassName
{
color: #F5A0AF;
}
</style>
background-color css
<style>
a { background-color: #F5A0AF; }
a { background-color: rgb(245,160,175); }
div.DivClassName
{
background-color: #F5A0AF;
}
.BgClassName
{
background-color: #F5A0AF;
}
</style>
border-color css
<style>
span { border-color: #F5A0AF; }
span { border-color: rgb(245,160,175); }
td.TdClassName
{
border-color: #F5A0AF;
}
.TagClassName
{
border-color: #F5A0AF;
}
</style>