Shades of Illusion #F896AD
Tints of Illusion #F896AD
RGB
CMYK
RGB Variations
Color information
#F896AD (or 0xF896AD) is known color: Illusion. HEX triplet: F8, 96 and AD. RGB value is (248,150,173). Sum of RGB (Red+Green+Blue) = 248+150+173=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F896AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F896AD is #076952. Grayscale: #B5B5B5. Windows color (decimal): -485715 or 11376376. OLE color: 11376376.
HSL color Cylindrical-coordinate representation of color #F896AD: hue angle of 345.92º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896AD is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 173 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.03 |
| HSL | 345.92º | 0.88% | 0.78% | - |
| HSV(B) | 345.92º | 0.4% | 0.97% | - |
| XYZ | 57.16 | 44.79 | 45.17 | - |
| YUV | 181.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 173 | 0 | 0.40 | 0.30 | 0.03 | 345.92 | 0.88 | 0.78 |
| Hex | F8 | 96 | AD | 0 | 28 | 1E | 3 | 15A | 58 | 4E |
| Octal | 370 | 226 | 255 | 0 | 50 | 36 | 3 | 532 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10101101 | 0 | 101000 | 11110 | 11 | 101011010 | 1011000 | 1001110 |
Color Harmonies of #F896AD
Complementary color
Monochromatic Colors of #F896AD
Black with #F896AD
Text Example
Text Example
White with #F896AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896AD; }
p { color: rgb(248,150,173); }
H1.HeaderClassName
{
color: #F896AD;
}
.AnyTagClassName
{
color: #F896AD;
}
</style>
background-color css
<style>
a { background-color: #F896AD; }
a { background-color: rgb(248,150,173); }
div.DivClassName
{
background-color: #F896AD;
}
.BgClassName
{
background-color: #F896AD;
}
</style>
border-color css
<style>
span { border-color: #F896AD; }
span { border-color: rgb(248,150,173); }
td.TdClassName
{
border-color: #F896AD;
}
.TagClassName
{
border-color: #F896AD;
}
</style>