Shades of Illusion #F5A3AF
Tints of Illusion #F5A3AF
RGB
CMYK
RGB Variations
Color information
#F5A3AF (or 0xF5A3AF) is known color: Illusion. HEX triplet: F5, A3 and AF. RGB value is (245,163,175). Sum of RGB (Red+Green+Blue) = 245+163+175=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A3AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A3AF is #0A5C50. Grayscale: #BCBCBC. Windows color (decimal): -678993 or 11510773. OLE color: 11510773.
HSL color Cylindrical-coordinate representation of color #F5A3AF: hue angle of 351.22º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A3AF is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 175 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.04 |
| HSL | 351.22º | 0.8% | 0.8% | - |
| HSV(B) | 351.22º | 0.33% | 0.96% | - |
| XYZ | 58.49 | 48.7 | 46.88 | - |
| YUV | 188.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 175 | 0 | 0.33 | 0.29 | 0.04 | 351.22 | 0.8 | 0.8 |
| Hex | F5 | A3 | AF | 0 | 21 | 1D | 4 | 15F | 50 | 50 |
| Octal | 365 | 243 | 257 | 0 | 41 | 35 | 4 | 537 | 120 | 120 |
| Binary | 11110101 | 10100011 | 10101111 | 0 | 100001 | 11101 | 100 | 101011111 | 1010000 | 1010000 |
Color Harmonies of #F5A3AF
Complementary color
Monochromatic Colors of #F5A3AF
Black with #F5A3AF
Text Example
Text Example
White with #F5A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A3AF; }
p { color: rgb(245,163,175); }
H1.HeaderClassName
{
color: #F5A3AF;
}
.AnyTagClassName
{
color: #F5A3AF;
}
</style>
background-color css
<style>
a { background-color: #F5A3AF; }
a { background-color: rgb(245,163,175); }
div.DivClassName
{
background-color: #F5A3AF;
}
.BgClassName
{
background-color: #F5A3AF;
}
</style>
border-color css
<style>
span { border-color: #F5A3AF; }
span { border-color: rgb(245,163,175); }
td.TdClassName
{
border-color: #F5A3AF;
}
.TagClassName
{
border-color: #F5A3AF;
}
</style>