Shades of Illusion #F99ABB
Tints of Illusion #F99ABB
RGB
CMYK
RGB Variations
Color information
#F99ABB (or 0xF99ABB) is known color: Illusion. HEX triplet: F9, 9A and BB. RGB value is (249,154,187). Sum of RGB (Red+Green+Blue) = 249+154+187=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ABB is #066544. Grayscale: #BABABA. Windows color (decimal): -419141 or 12294905. OLE color: 12294905.
HSL color Cylindrical-coordinate representation of color #F99ABB: hue angle of 339.16º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99ABB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 187 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.02 |
| HSL | 339.16º | 0.89% | 0.79% | - |
| HSV(B) | 339.16º | 0.38% | 0.98% | - |
| XYZ | 59.59 | 46.84 | 52.91 | - |
| YUV | 186.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 187 | 0 | 0.38 | 0.25 | 0.02 | 339.16 | 0.89 | 0.79 |
| Hex | F9 | 9A | BB | 0 | 26 | 19 | 2 | 153 | 59 | 4F |
| Octal | 371 | 232 | 273 | 0 | 46 | 31 | 2 | 523 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10111011 | 0 | 100110 | 11001 | 10 | 101010011 | 1011001 | 1001111 |
Color Harmonies of #F99ABB
Complementary color
Monochromatic Colors of #F99ABB
Black with #F99ABB
Text Example
Text Example
White with #F99ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ABB; }
p { color: rgb(249,154,187); }
H1.HeaderClassName
{
color: #F99ABB;
}
.AnyTagClassName
{
color: #F99ABB;
}
</style>
background-color css
<style>
a { background-color: #F99ABB; }
a { background-color: rgb(249,154,187); }
div.DivClassName
{
background-color: #F99ABB;
}
.BgClassName
{
background-color: #F99ABB;
}
</style>
border-color css
<style>
span { border-color: #F99ABB; }
span { border-color: rgb(249,154,187); }
td.TdClassName
{
border-color: #F99ABB;
}
.TagClassName
{
border-color: #F99ABB;
}
</style>