Shades of Illusion #F29AB0
Tints of Illusion #F29AB0
RGB
CMYK
RGB Variations
Color information
#F29AB0 (or 0xF29AB0) is known color: Illusion. HEX triplet: F2, 9A and B0. RGB value is (242,154,176). Sum of RGB (Red+Green+Blue) = 242+154+176=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29AB0 is #0D654F. Grayscale: #B6B6B6. Windows color (decimal): -877904 or 11574002. OLE color: 11574002.
HSL color Cylindrical-coordinate representation of color #F29AB0: hue angle of 345º 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 #F29AB0 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 176 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.05 |
| HSL | 345º | 0.77% | 0.78% | - |
| HSV(B) | 345º | 0.36% | 0.95% | - |
| XYZ | 56.01 | 45.12 | 46.83 | - |
| YUV | 182.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 176 | 0 | 0.36 | 0.27 | 0.05 | 345 | 0.77 | 0.78 |
| Hex | F2 | 9A | B0 | 0 | 24 | 1B | 5 | 159 | 4D | 4E |
| Octal | 362 | 232 | 260 | 0 | 44 | 33 | 5 | 531 | 115 | 116 |
| Binary | 11110010 | 10011010 | 10110000 | 0 | 100100 | 11011 | 101 | 101011001 | 1001101 | 1001110 |
Color Harmonies of #F29AB0
Complementary color
Monochromatic Colors of #F29AB0
Black with #F29AB0
Text Example
Text Example
White with #F29AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29AB0; }
p { color: rgb(242,154,176); }
H1.HeaderClassName
{
color: #F29AB0;
}
.AnyTagClassName
{
color: #F29AB0;
}
</style>
background-color css
<style>
a { background-color: #F29AB0; }
a { background-color: rgb(242,154,176); }
div.DivClassName
{
background-color: #F29AB0;
}
.BgClassName
{
background-color: #F29AB0;
}
</style>
border-color css
<style>
span { border-color: #F29AB0; }
span { border-color: rgb(242,154,176); }
td.TdClassName
{
border-color: #F29AB0;
}
.TagClassName
{
border-color: #F29AB0;
}
</style>