Shades of Illusion #F5A2B6
Tints of Illusion #F5A2B6
RGB
CMYK
RGB Variations
Color information
#F5A2B6 (or 0xF5A2B6) is known color: Illusion. HEX triplet: F5, A2 and B6. RGB value is (245,162,182). Sum of RGB (Red+Green+Blue) = 245+162+182=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2B6 is #0A5D49. Grayscale: #BDBDBD. Windows color (decimal): -679242 or 11969269. OLE color: 11969269.
HSL color Cylindrical-coordinate representation of color #F5A2B6: hue angle of 345.54º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2B6 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 182 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.04 |
| HSL | 345.54º | 0.81% | 0.8% | - |
| HSV(B) | 345.54º | 0.34% | 0.96% | - |
| XYZ | 59.02 | 48.63 | 50.53 | - |
| YUV | 189.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 182 | 0 | 0.34 | 0.26 | 0.04 | 345.54 | 0.81 | 0.8 |
| Hex | F5 | A2 | B6 | 0 | 22 | 1A | 4 | 15A | 51 | 50 |
| Octal | 365 | 242 | 266 | 0 | 42 | 32 | 4 | 532 | 121 | 120 |
| Binary | 11110101 | 10100010 | 10110110 | 0 | 100010 | 11010 | 100 | 101011010 | 1010001 | 1010000 |
Color Harmonies of #F5A2B6
Complementary color
Monochromatic Colors of #F5A2B6
Black with #F5A2B6
Text Example
Text Example
White with #F5A2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2B6; }
p { color: rgb(245,162,182); }
H1.HeaderClassName
{
color: #F5A2B6;
}
.AnyTagClassName
{
color: #F5A2B6;
}
</style>
background-color css
<style>
a { background-color: #F5A2B6; }
a { background-color: rgb(245,162,182); }
div.DivClassName
{
background-color: #F5A2B6;
}
.BgClassName
{
background-color: #F5A2B6;
}
</style>
border-color css
<style>
span { border-color: #F5A2B6; }
span { border-color: rgb(245,162,182); }
td.TdClassName
{
border-color: #F5A2B6;
}
.TagClassName
{
border-color: #F5A2B6;
}
</style>