Shades of Illusion #F898BA
Tints of Illusion #F898BA
RGB
CMYK
RGB Variations
Color information
#F898BA (or 0xF898BA) is known color: Illusion. HEX triplet: F8, 98 and BA. RGB value is (248,152,186). Sum of RGB (Red+Green+Blue) = 248+152+186=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F898BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898BA is #076745. Grayscale: #B8B8B8. Windows color (decimal): -485190 or 12228856. OLE color: 12228856.
HSL color Cylindrical-coordinate representation of color #F898BA: hue angle of 338.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898BA is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 186 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.03 |
| HSL | 338.75º | 0.87% | 0.78% | - |
| HSV(B) | 338.75º | 0.39% | 0.97% | - |
| XYZ | 58.8 | 45.96 | 52.23 | - |
| YUV | 184.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 186 | 0 | 0.39 | 0.25 | 0.03 | 338.75 | 0.87 | 0.78 |
| Hex | F8 | 98 | BA | 0 | 27 | 19 | 3 | 153 | 57 | 4E |
| Octal | 370 | 230 | 272 | 0 | 47 | 31 | 3 | 523 | 127 | 116 |
| Binary | 11111000 | 10011000 | 10111010 | 0 | 100111 | 11001 | 11 | 101010011 | 1010111 | 1001110 |
Color Harmonies of #F898BA
Complementary color
Monochromatic Colors of #F898BA
Black with #F898BA
Text Example
Text Example
White with #F898BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898BA; }
p { color: rgb(248,152,186); }
H1.HeaderClassName
{
color: #F898BA;
}
.AnyTagClassName
{
color: #F898BA;
}
</style>
background-color css
<style>
a { background-color: #F898BA; }
a { background-color: rgb(248,152,186); }
div.DivClassName
{
background-color: #F898BA;
}
.BgClassName
{
background-color: #F898BA;
}
</style>
border-color css
<style>
span { border-color: #F898BA; }
span { border-color: rgb(248,152,186); }
td.TdClassName
{
border-color: #F898BA;
}
.TagClassName
{
border-color: #F898BA;
}
</style>