Shades of Illusion #F99AAB
Tints of Illusion #F99AAB
RGB
CMYK
RGB Variations
Color information
#F99AAB (or 0xF99AAB) is known color: Illusion. HEX triplet: F9, 9A and AB. RGB value is (249,154,171). Sum of RGB (Red+Green+Blue) = 249+154+171=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AAB is #066554. Grayscale: #B8B8B8. Windows color (decimal): -419157 or 11246329. OLE color: 11246329.
HSL color Cylindrical-coordinate representation of color #F99AAB: hue angle of 349.26º 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 #F99AAB is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 171 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.02 |
| HSL | 349.26º | 0.89% | 0.79% | - |
| HSV(B) | 349.26º | 0.38% | 0.98% | - |
| XYZ | 57.97 | 46.19 | 44.39 | - |
| YUV | 184.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 171 | 0 | 0.38 | 0.31 | 0.02 | 349.26 | 0.89 | 0.79 |
| Hex | F9 | 9A | AB | 0 | 26 | 1F | 2 | 15D | 59 | 4F |
| Octal | 371 | 232 | 253 | 0 | 46 | 37 | 2 | 535 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10101011 | 0 | 100110 | 11111 | 10 | 101011101 | 1011001 | 1001111 |
Color Harmonies of #F99AAB
Complementary color
Monochromatic Colors of #F99AAB
Black with #F99AAB
Text Example
Text Example
White with #F99AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AAB; }
p { color: rgb(249,154,171); }
H1.HeaderClassName
{
color: #F99AAB;
}
.AnyTagClassName
{
color: #F99AAB;
}
</style>
background-color css
<style>
a { background-color: #F99AAB; }
a { background-color: rgb(249,154,171); }
div.DivClassName
{
background-color: #F99AAB;
}
.BgClassName
{
background-color: #F99AAB;
}
</style>
border-color css
<style>
span { border-color: #F99AAB; }
span { border-color: rgb(249,154,171); }
td.TdClassName
{
border-color: #F99AAB;
}
.TagClassName
{
border-color: #F99AAB;
}
</style>