Shades of Illusion #F5A3B2
Tints of Illusion #F5A3B2
RGB
CMYK
RGB Variations
Color information
#F5A3B2 (or 0xF5A3B2) is known color: Illusion. HEX triplet: F5, A3 and B2. RGB value is (245,163,178). Sum of RGB (Red+Green+Blue) = 245+163+178=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A3B2 is #0A5C4D. Grayscale: #BDBDBD. Windows color (decimal): -678990 or 11707381. OLE color: 11707381.
HSL color Cylindrical-coordinate representation of color #F5A3B2: hue angle of 349.02º 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 #F5A3B2 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 178 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.04 |
| HSL | 349.02º | 0.8% | 0.8% | - |
| HSV(B) | 349.02º | 0.33% | 0.96% | - |
| XYZ | 58.79 | 48.82 | 48.44 | - |
| YUV | 189.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 178 | 0 | 0.33 | 0.27 | 0.04 | 349.02 | 0.8 | 0.8 |
| Hex | F5 | A3 | B2 | 0 | 21 | 1B | 4 | 15D | 50 | 50 |
| Octal | 365 | 243 | 262 | 0 | 41 | 33 | 4 | 535 | 120 | 120 |
| Binary | 11110101 | 10100011 | 10110010 | 0 | 100001 | 11011 | 100 | 101011101 | 1010000 | 1010000 |
Color Harmonies of #F5A3B2
Complementary color
Monochromatic Colors of #F5A3B2
Black with #F5A3B2
Text Example
Text Example
White with #F5A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A3B2; }
p { color: rgb(245,163,178); }
H1.HeaderClassName
{
color: #F5A3B2;
}
.AnyTagClassName
{
color: #F5A3B2;
}
</style>
background-color css
<style>
a { background-color: #F5A3B2; }
a { background-color: rgb(245,163,178); }
div.DivClassName
{
background-color: #F5A3B2;
}
.BgClassName
{
background-color: #F5A3B2;
}
</style>
border-color css
<style>
span { border-color: #F5A3B2; }
span { border-color: rgb(245,163,178); }
td.TdClassName
{
border-color: #F5A3B2;
}
.TagClassName
{
border-color: #F5A3B2;
}
</style>