Shades of Illusion #F894B9
Tints of Illusion #F894B9
RGB
CMYK
RGB Variations
Color information
#F894B9 (or 0xF894B9) is known color: Illusion. HEX triplet: F8, 94 and B9. RGB value is (248,148,185). Sum of RGB (Red+Green+Blue) = 248+148+185=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F894B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894B9 is #076B46. Grayscale: #B6B6B6. Windows color (decimal): -486215 or 12162296. OLE color: 12162296.
HSL color Cylindrical-coordinate representation of color #F894B9: hue angle of 337.8º 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 #F894B9 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 185 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.03 |
| HSL | 337.8º | 0.88% | 0.78% | - |
| HSV(B) | 337.8º | 0.4% | 0.97% | - |
| XYZ | 58.06 | 44.64 | 51.46 | - |
| YUV | 182.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 185 | 0 | 0.40 | 0.25 | 0.03 | 337.8 | 0.88 | 0.78 |
| Hex | F8 | 94 | B9 | 0 | 28 | 19 | 3 | 152 | 58 | 4E |
| Octal | 370 | 224 | 271 | 0 | 50 | 31 | 3 | 522 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10111001 | 0 | 101000 | 11001 | 11 | 101010010 | 1011000 | 1001110 |
Color Harmonies of #F894B9
Complementary color
Monochromatic Colors of #F894B9
Black with #F894B9
Text Example
Text Example
White with #F894B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894B9; }
p { color: rgb(248,148,185); }
H1.HeaderClassName
{
color: #F894B9;
}
.AnyTagClassName
{
color: #F894B9;
}
</style>
background-color css
<style>
a { background-color: #F894B9; }
a { background-color: rgb(248,148,185); }
div.DivClassName
{
background-color: #F894B9;
}
.BgClassName
{
background-color: #F894B9;
}
</style>
border-color css
<style>
span { border-color: #F894B9; }
span { border-color: rgb(248,148,185); }
td.TdClassName
{
border-color: #F894B9;
}
.TagClassName
{
border-color: #F894B9;
}
</style>