Shades of Illusion #F8A0B9
Tints of Illusion #F8A0B9
RGB
CMYK
RGB Variations
Color information
#F8A0B9 (or 0xF8A0B9) is known color: Illusion. HEX triplet: F8, A0 and B9. RGB value is (248,160,185). Sum of RGB (Red+Green+Blue) = 248+160+185=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0B9 is #075F46. Grayscale: #BDBDBD. Windows color (decimal): -483143 or 12165368. OLE color: 12165368.
HSL color Cylindrical-coordinate representation of color #F8A0B9: hue angle of 342.95º 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 #F8A0B9 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 185 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.03 |
| HSL | 342.95º | 0.86% | 0.8% | - |
| HSV(B) | 342.95º | 0.35% | 0.97% | - |
| XYZ | 60.04 | 48.6 | 52.12 | - |
| YUV | 189.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 185 | 0 | 0.35 | 0.25 | 0.03 | 342.95 | 0.86 | 0.8 |
| Hex | F8 | A0 | B9 | 0 | 23 | 19 | 3 | 157 | 56 | 50 |
| Octal | 370 | 240 | 271 | 0 | 43 | 31 | 3 | 527 | 126 | 120 |
| Binary | 11111000 | 10100000 | 10111001 | 0 | 100011 | 11001 | 11 | 101010111 | 1010110 | 1010000 |
Color Harmonies of #F8A0B9
Complementary color
Monochromatic Colors of #F8A0B9
Black with #F8A0B9
Text Example
Text Example
White with #F8A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0B9; }
p { color: rgb(248,160,185); }
H1.HeaderClassName
{
color: #F8A0B9;
}
.AnyTagClassName
{
color: #F8A0B9;
}
</style>
background-color css
<style>
a { background-color: #F8A0B9; }
a { background-color: rgb(248,160,185); }
div.DivClassName
{
background-color: #F8A0B9;
}
.BgClassName
{
background-color: #F8A0B9;
}
</style>
border-color css
<style>
span { border-color: #F8A0B9; }
span { border-color: rgb(248,160,185); }
td.TdClassName
{
border-color: #F8A0B9;
}
.TagClassName
{
border-color: #F8A0B9;
}
</style>