Shades of Illusion #F5A1B0
Tints of Illusion #F5A1B0
RGB
CMYK
RGB Variations
Color information
#F5A1B0 (or 0xF5A1B0) is known color: Illusion. HEX triplet: F5, A1 and B0. RGB value is (245,161,176). Sum of RGB (Red+Green+Blue) = 245+161+176=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A1B0 is #0A5E4F. Grayscale: #BBBBBB. Windows color (decimal): -679504 or 11575797. OLE color: 11575797.
HSL color Cylindrical-coordinate representation of color #F5A1B0: hue angle of 349.29º 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 #F5A1B0 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 176 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.04 |
| HSL | 349.29º | 0.81% | 0.8% | - |
| HSV(B) | 349.29º | 0.34% | 0.96% | - |
| XYZ | 58.24 | 48.04 | 47.28 | - |
| YUV | 187.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 176 | 0 | 0.34 | 0.28 | 0.04 | 349.29 | 0.81 | 0.8 |
| Hex | F5 | A1 | B0 | 0 | 22 | 1C | 4 | 15D | 51 | 50 |
| Octal | 365 | 241 | 260 | 0 | 42 | 34 | 4 | 535 | 121 | 120 |
| Binary | 11110101 | 10100001 | 10110000 | 0 | 100010 | 11100 | 100 | 101011101 | 1010001 | 1010000 |
Color Harmonies of #F5A1B0
Complementary color
Monochromatic Colors of #F5A1B0
Black with #F5A1B0
Text Example
Text Example
White with #F5A1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1B0; }
p { color: rgb(245,161,176); }
H1.HeaderClassName
{
color: #F5A1B0;
}
.AnyTagClassName
{
color: #F5A1B0;
}
</style>
background-color css
<style>
a { background-color: #F5A1B0; }
a { background-color: rgb(245,161,176); }
div.DivClassName
{
background-color: #F5A1B0;
}
.BgClassName
{
background-color: #F5A1B0;
}
</style>
border-color css
<style>
span { border-color: #F5A1B0; }
span { border-color: rgb(245,161,176); }
td.TdClassName
{
border-color: #F5A1B0;
}
.TagClassName
{
border-color: #F5A1B0;
}
</style>