Shades of Illusion #F8A2AF
Tints of Illusion #F8A2AF
RGB
CMYK
RGB Variations
Color information
#F8A2AF (or 0xF8A2AF) is known color: Illusion. HEX triplet: F8, A2 and AF. RGB value is (248,162,175). Sum of RGB (Red+Green+Blue) = 248+162+175=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A2AF is #075D50. Grayscale: #BDBDBD. Windows color (decimal): -482641 or 11510520. OLE color: 11510520.
HSL color Cylindrical-coordinate representation of color #F8A2AF: hue angle of 350.93º 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 #F8A2AF is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 175 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.03 |
| HSL | 350.93º | 0.86% | 0.8% | - |
| HSV(B) | 350.93º | 0.35% | 0.97% | - |
| XYZ | 59.37 | 48.89 | 46.87 | - |
| YUV | 189.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 175 | 0 | 0.35 | 0.29 | 0.03 | 350.93 | 0.86 | 0.8 |
| Hex | F8 | A2 | AF | 0 | 23 | 1D | 3 | 15F | 56 | 50 |
| Octal | 370 | 242 | 257 | 0 | 43 | 35 | 3 | 537 | 126 | 120 |
| Binary | 11111000 | 10100010 | 10101111 | 0 | 100011 | 11101 | 11 | 101011111 | 1010110 | 1010000 |
Color Harmonies of #F8A2AF
Complementary color
Monochromatic Colors of #F8A2AF
Black with #F8A2AF
Text Example
Text Example
White with #F8A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2AF; }
p { color: rgb(248,162,175); }
H1.HeaderClassName
{
color: #F8A2AF;
}
.AnyTagClassName
{
color: #F8A2AF;
}
</style>
background-color css
<style>
a { background-color: #F8A2AF; }
a { background-color: rgb(248,162,175); }
div.DivClassName
{
background-color: #F8A2AF;
}
.BgClassName
{
background-color: #F8A2AF;
}
</style>
border-color css
<style>
span { border-color: #F8A2AF; }
span { border-color: rgb(248,162,175); }
td.TdClassName
{
border-color: #F8A2AF;
}
.TagClassName
{
border-color: #F8A2AF;
}
</style>