Shades of Illusion #F29AB5
Tints of Illusion #F29AB5
RGB
CMYK
RGB Variations
Color information
#F29AB5 (or 0xF29AB5) is known color: Illusion. HEX triplet: F2, 9A and B5. RGB value is (242,154,181). Sum of RGB (Red+Green+Blue) = 242+154+181=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AB5 is #0D654A. Grayscale: #B7B7B7. Windows color (decimal): -877899 or 11901682. OLE color: 11901682.
HSL color Cylindrical-coordinate representation of color #F29AB5: hue angle of 341.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29AB5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 181 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.05 |
| HSL | 341.59º | 0.77% | 0.78% | - |
| HSV(B) | 341.59º | 0.36% | 0.95% | - |
| XYZ | 56.51 | 45.32 | 49.49 | - |
| YUV | 183.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 181 | 0 | 0.36 | 0.25 | 0.05 | 341.59 | 0.77 | 0.78 |
| Hex | F2 | 9A | B5 | 0 | 24 | 19 | 5 | 156 | 4D | 4E |
| Octal | 362 | 232 | 265 | 0 | 44 | 31 | 5 | 526 | 115 | 116 |
| Binary | 11110010 | 10011010 | 10110101 | 0 | 100100 | 11001 | 101 | 101010110 | 1001101 | 1001110 |
Color Harmonies of #F29AB5
Complementary color
Monochromatic Colors of #F29AB5
Black with #F29AB5
Text Example
Text Example
White with #F29AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29AB5; }
p { color: rgb(242,154,181); }
H1.HeaderClassName
{
color: #F29AB5;
}
.AnyTagClassName
{
color: #F29AB5;
}
</style>
background-color css
<style>
a { background-color: #F29AB5; }
a { background-color: rgb(242,154,181); }
div.DivClassName
{
background-color: #F29AB5;
}
.BgClassName
{
background-color: #F29AB5;
}
</style>
border-color css
<style>
span { border-color: #F29AB5; }
span { border-color: rgb(242,154,181); }
td.TdClassName
{
border-color: #F29AB5;
}
.TagClassName
{
border-color: #F29AB5;
}
</style>