Shades of Illusion #F899AF
Tints of Illusion #F899AF
RGB
CMYK
RGB Variations
Color information
#F899AF (or 0xF899AF) is known color: Illusion. HEX triplet: F8, 99 and AF. RGB value is (248,153,175). Sum of RGB (Red+Green+Blue) = 248+153+175=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F899AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F899AF is #076650. Grayscale: #B7B7B7. Windows color (decimal): -484945 or 11508216. OLE color: 11508216.
HSL color Cylindrical-coordinate representation of color #F899AF: hue angle of 346.11º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899AF is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 175 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.03 |
| HSL | 346.11º | 0.87% | 0.79% | - |
| HSV(B) | 346.11º | 0.38% | 0.97% | - |
| XYZ | 57.84 | 45.83 | 46.36 | - |
| YUV | 183.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 175 | 0 | 0.38 | 0.29 | 0.03 | 346.11 | 0.87 | 0.79 |
| Hex | F8 | 99 | AF | 0 | 26 | 1D | 3 | 15A | 57 | 4F |
| Octal | 370 | 231 | 257 | 0 | 46 | 35 | 3 | 532 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10101111 | 0 | 100110 | 11101 | 11 | 101011010 | 1010111 | 1001111 |
Color Harmonies of #F899AF
Complementary color
Monochromatic Colors of #F899AF
Black with #F899AF
Text Example
Text Example
White with #F899AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899AF; }
p { color: rgb(248,153,175); }
H1.HeaderClassName
{
color: #F899AF;
}
.AnyTagClassName
{
color: #F899AF;
}
</style>
background-color css
<style>
a { background-color: #F899AF; }
a { background-color: rgb(248,153,175); }
div.DivClassName
{
background-color: #F899AF;
}
.BgClassName
{
background-color: #F899AF;
}
</style>
border-color css
<style>
span { border-color: #F899AF; }
span { border-color: rgb(248,153,175); }
td.TdClassName
{
border-color: #F899AF;
}
.TagClassName
{
border-color: #F899AF;
}
</style>