Shades of Illusion #F895B0
Tints of Illusion #F895B0
RGB
CMYK
RGB Variations
Color information
#F895B0 (or 0xF895B0) is known color: Illusion. HEX triplet: F8, 95 and B0. RGB value is (248,149,176). Sum of RGB (Red+Green+Blue) = 248+149+176=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F895B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895B0 is #076A4F. Grayscale: #B5B5B5. Windows color (decimal): -485968 or 11572728. OLE color: 11572728.
HSL color Cylindrical-coordinate representation of color #F895B0: hue angle of 343.64º 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 #F895B0 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 176 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.03 |
| HSL | 343.64º | 0.88% | 0.78% | - |
| HSV(B) | 343.64º | 0.4% | 0.97% | - |
| XYZ | 57.3 | 44.59 | 46.66 | - |
| YUV | 181.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 176 | 0 | 0.40 | 0.29 | 0.03 | 343.64 | 0.88 | 0.78 |
| Hex | F8 | 95 | B0 | 0 | 28 | 1D | 3 | 158 | 58 | 4E |
| Octal | 370 | 225 | 260 | 0 | 50 | 35 | 3 | 530 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10110000 | 0 | 101000 | 11101 | 11 | 101011000 | 1011000 | 1001110 |
Color Harmonies of #F895B0
Complementary color
Monochromatic Colors of #F895B0
Black with #F895B0
Text Example
Text Example
White with #F895B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895B0; }
p { color: rgb(248,149,176); }
H1.HeaderClassName
{
color: #F895B0;
}
.AnyTagClassName
{
color: #F895B0;
}
</style>
background-color css
<style>
a { background-color: #F895B0; }
a { background-color: rgb(248,149,176); }
div.DivClassName
{
background-color: #F895B0;
}
.BgClassName
{
background-color: #F895B0;
}
</style>
border-color css
<style>
span { border-color: #F895B0; }
span { border-color: rgb(248,149,176); }
td.TdClassName
{
border-color: #F895B0;
}
.TagClassName
{
border-color: #F895B0;
}
</style>