Shades of Illusion #F8A2B1
Tints of Illusion #F8A2B1
RGB
CMYK
RGB Variations
Color information
#F8A2B1 (or 0xF8A2B1) is known color: Illusion. HEX triplet: F8, A2 and B1. RGB value is (248,162,177). Sum of RGB (Red+Green+Blue) = 248+162+177=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A2B1 is #075D4E. Grayscale: #BDBDBD. Windows color (decimal): -482639 or 11641592. OLE color: 11641592.
HSL color Cylindrical-coordinate representation of color #F8A2B1: hue angle of 349.53º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2B1 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 177 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.03 |
| HSL | 349.53º | 0.86% | 0.8% | - |
| HSV(B) | 349.53º | 0.35% | 0.97% | - |
| XYZ | 59.57 | 48.97 | 47.91 | - |
| YUV | 189.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 177 | 0 | 0.35 | 0.29 | 0.03 | 349.53 | 0.86 | 0.8 |
| Hex | F8 | A2 | B1 | 0 | 23 | 1D | 3 | 15E | 56 | 50 |
| Octal | 370 | 242 | 261 | 0 | 43 | 35 | 3 | 536 | 126 | 120 |
| Binary | 11111000 | 10100010 | 10110001 | 0 | 100011 | 11101 | 11 | 101011110 | 1010110 | 1010000 |
Color Harmonies of #F8A2B1
Complementary color
Monochromatic Colors of #F8A2B1
Black with #F8A2B1
Text Example
Text Example
White with #F8A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2B1; }
p { color: rgb(248,162,177); }
H1.HeaderClassName
{
color: #F8A2B1;
}
.AnyTagClassName
{
color: #F8A2B1;
}
</style>
background-color css
<style>
a { background-color: #F8A2B1; }
a { background-color: rgb(248,162,177); }
div.DivClassName
{
background-color: #F8A2B1;
}
.BgClassName
{
background-color: #F8A2B1;
}
</style>
border-color css
<style>
span { border-color: #F8A2B1; }
span { border-color: rgb(248,162,177); }
td.TdClassName
{
border-color: #F8A2B1;
}
.TagClassName
{
border-color: #F8A2B1;
}
</style>