Shades of Illusion #F895B2
Tints of Illusion #F895B2
RGB
CMYK
RGB Variations
Color information
#F895B2 (or 0xF895B2) is known color: Illusion. HEX triplet: F8, 95 and B2. RGB value is (248,149,178). Sum of RGB (Red+Green+Blue) = 248+149+178=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F895B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895B2 is #076A4D. Grayscale: #B5B5B5. Windows color (decimal): -485966 or 11703800. OLE color: 11703800.
HSL color Cylindrical-coordinate representation of color #F895B2: hue angle of 342.42º 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 #F895B2 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 178 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.03 |
| HSL | 342.42º | 0.88% | 0.78% | - |
| HSV(B) | 342.42º | 0.4% | 0.97% | - |
| XYZ | 57.49 | 44.67 | 47.71 | - |
| YUV | 181.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 178 | 0 | 0.40 | 0.28 | 0.03 | 342.42 | 0.88 | 0.78 |
| Hex | F8 | 95 | B2 | 0 | 28 | 1C | 3 | 156 | 58 | 4E |
| Octal | 370 | 225 | 262 | 0 | 50 | 34 | 3 | 526 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10110010 | 0 | 101000 | 11100 | 11 | 101010110 | 1011000 | 1001110 |
Color Harmonies of #F895B2
Complementary color
Monochromatic Colors of #F895B2
Black with #F895B2
Text Example
Text Example
White with #F895B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895B2; }
p { color: rgb(248,149,178); }
H1.HeaderClassName
{
color: #F895B2;
}
.AnyTagClassName
{
color: #F895B2;
}
</style>
background-color css
<style>
a { background-color: #F895B2; }
a { background-color: rgb(248,149,178); }
div.DivClassName
{
background-color: #F895B2;
}
.BgClassName
{
background-color: #F895B2;
}
</style>
border-color css
<style>
span { border-color: #F895B2; }
span { border-color: rgb(248,149,178); }
td.TdClassName
{
border-color: #F895B2;
}
.TagClassName
{
border-color: #F895B2;
}
</style>