Shades of Illusion #F99AB7
Tints of Illusion #F99AB7
RGB
CMYK
RGB Variations
Color information
#F99AB7 (or 0xF99AB7) is known color: Illusion. HEX triplet: F9, 9A and B7. RGB value is (249,154,183). Sum of RGB (Red+Green+Blue) = 249+154+183=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AB7 is #066548. Grayscale: #B9B9B9. Windows color (decimal): -419145 or 12032761. OLE color: 12032761.
HSL color Cylindrical-coordinate representation of color #F99AB7: hue angle of 341.68º 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 #F99AB7 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 183 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.02 |
| HSL | 341.68º | 0.89% | 0.79% | - |
| HSV(B) | 341.68º | 0.38% | 0.98% | - |
| XYZ | 59.17 | 46.67 | 50.69 | - |
| YUV | 185.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 183 | 0 | 0.38 | 0.27 | 0.02 | 341.68 | 0.89 | 0.79 |
| Hex | F9 | 9A | B7 | 0 | 26 | 1B | 2 | 156 | 59 | 4F |
| Octal | 371 | 232 | 267 | 0 | 46 | 33 | 2 | 526 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10110111 | 0 | 100110 | 11011 | 10 | 101010110 | 1011001 | 1001111 |
Color Harmonies of #F99AB7
Complementary color
Monochromatic Colors of #F99AB7
Black with #F99AB7
Text Example
Text Example
White with #F99AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AB7; }
p { color: rgb(249,154,183); }
H1.HeaderClassName
{
color: #F99AB7;
}
.AnyTagClassName
{
color: #F99AB7;
}
</style>
background-color css
<style>
a { background-color: #F99AB7; }
a { background-color: rgb(249,154,183); }
div.DivClassName
{
background-color: #F99AB7;
}
.BgClassName
{
background-color: #F99AB7;
}
</style>
border-color css
<style>
span { border-color: #F99AB7; }
span { border-color: rgb(249,154,183); }
td.TdClassName
{
border-color: #F99AB7;
}
.TagClassName
{
border-color: #F99AB7;
}
</style>