Shades of Illusion #F890AF
Tints of Illusion #F890AF
RGB
CMYK
RGB Variations
Color information
#F890AF (or 0xF890AF) is known color: Illusion. HEX triplet: F8, 90 and AF. RGB value is (248,144,175). Sum of RGB (Red+Green+Blue) = 248+144+175=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F890AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890AF is #076F50. Grayscale: #B2B2B2. Windows color (decimal): -487249 or 11505912. OLE color: 11505912.
HSL color Cylindrical-coordinate representation of color #F890AF: hue angle of 342.12º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890AF is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 175 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.03 |
| HSL | 342.12º | 0.88% | 0.77% | - |
| HSV(B) | 342.12º | 0.42% | 0.97% | - |
| XYZ | 56.42 | 43 | 45.88 | - |
| YUV | 178.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 175 | 0 | 0.42 | 0.29 | 0.03 | 342.12 | 0.88 | 0.77 |
| Hex | F8 | 90 | AF | 0 | 2A | 1D | 3 | 156 | 58 | 4D |
| Octal | 370 | 220 | 257 | 0 | 52 | 35 | 3 | 526 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10101111 | 0 | 101010 | 11101 | 11 | 101010110 | 1011000 | 1001101 |
Color Harmonies of #F890AF
Complementary color
Monochromatic Colors of #F890AF
Black with #F890AF
Text Example
Text Example
White with #F890AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890AF; }
p { color: rgb(248,144,175); }
H1.HeaderClassName
{
color: #F890AF;
}
.AnyTagClassName
{
color: #F890AF;
}
</style>
background-color css
<style>
a { background-color: #F890AF; }
a { background-color: rgb(248,144,175); }
div.DivClassName
{
background-color: #F890AF;
}
.BgClassName
{
background-color: #F890AF;
}
</style>
border-color css
<style>
span { border-color: #F890AF; }
span { border-color: rgb(248,144,175); }
td.TdClassName
{
border-color: #F890AF;
}
.TagClassName
{
border-color: #F890AF;
}
</style>