Shades of Illusion #F895AD
Tints of Illusion #F895AD
RGB
CMYK
RGB Variations
Color information
#F895AD (or 0xF895AD) is known color: Illusion. HEX triplet: F8, 95 and AD. RGB value is (248,149,173). Sum of RGB (Red+Green+Blue) = 248+149+173=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F895AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895AD is #076A52. Grayscale: #B5B5B5. Windows color (decimal): -485971 or 11376120. OLE color: 11376120.
HSL color Cylindrical-coordinate representation of color #F895AD: hue angle of 345.45º 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 #F895AD is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 173 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.03 |
| HSL | 345.45º | 0.88% | 0.78% | - |
| HSV(B) | 345.45º | 0.4% | 0.97% | - |
| XYZ | 57 | 44.47 | 45.11 | - |
| YUV | 181.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 173 | 0 | 0.40 | 0.30 | 0.03 | 345.45 | 0.88 | 0.78 |
| Hex | F8 | 95 | AD | 0 | 28 | 1E | 3 | 159 | 58 | 4E |
| Octal | 370 | 225 | 255 | 0 | 50 | 36 | 3 | 531 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10101101 | 0 | 101000 | 11110 | 11 | 101011001 | 1011000 | 1001110 |
Color Harmonies of #F895AD
Complementary color
Monochromatic Colors of #F895AD
Black with #F895AD
Text Example
Text Example
White with #F895AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895AD; }
p { color: rgb(248,149,173); }
H1.HeaderClassName
{
color: #F895AD;
}
.AnyTagClassName
{
color: #F895AD;
}
</style>
background-color css
<style>
a { background-color: #F895AD; }
a { background-color: rgb(248,149,173); }
div.DivClassName
{
background-color: #F895AD;
}
.BgClassName
{
background-color: #F895AD;
}
</style>
border-color css
<style>
span { border-color: #F895AD; }
span { border-color: rgb(248,149,173); }
td.TdClassName
{
border-color: #F895AD;
}
.TagClassName
{
border-color: #F895AD;
}
</style>