Shades of Illusion #F894AF
Tints of Illusion #F894AF
RGB
CMYK
RGB Variations
Color information
#F894AF (or 0xF894AF) is known color: Illusion. HEX triplet: F8, 94 and AF. RGB value is (248,148,175). Sum of RGB (Red+Green+Blue) = 248+148+175=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F894AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F894AF is #076B50. Grayscale: #B4B4B4. Windows color (decimal): -486225 or 11506936. OLE color: 11506936.
HSL color Cylindrical-coordinate representation of color #F894AF: hue angle of 343.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 #F894AF is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 175 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.03 |
| HSL | 343.8º | 0.88% | 0.78% | - |
| HSV(B) | 343.8º | 0.4% | 0.97% | - |
| XYZ | 57.04 | 44.23 | 46.09 | - |
| YUV | 180.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 175 | 0 | 0.40 | 0.29 | 0.03 | 343.8 | 0.88 | 0.78 |
| Hex | F8 | 94 | AF | 0 | 28 | 1D | 3 | 158 | 58 | 4E |
| Octal | 370 | 224 | 257 | 0 | 50 | 35 | 3 | 530 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10101111 | 0 | 101000 | 11101 | 11 | 101011000 | 1011000 | 1001110 |
Color Harmonies of #F894AF
Complementary color
Monochromatic Colors of #F894AF
Black with #F894AF
Text Example
Text Example
White with #F894AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894AF; }
p { color: rgb(248,148,175); }
H1.HeaderClassName
{
color: #F894AF;
}
.AnyTagClassName
{
color: #F894AF;
}
</style>
background-color css
<style>
a { background-color: #F894AF; }
a { background-color: rgb(248,148,175); }
div.DivClassName
{
background-color: #F894AF;
}
.BgClassName
{
background-color: #F894AF;
}
</style>
border-color css
<style>
span { border-color: #F894AF; }
span { border-color: rgb(248,148,175); }
td.TdClassName
{
border-color: #F894AF;
}
.TagClassName
{
border-color: #F894AF;
}
</style>