Shades of Illusion #F29AB4
Tints of Illusion #F29AB4
RGB
CMYK
RGB Variations
Color information
#F29AB4 (or 0xF29AB4) is known color: Illusion. HEX triplet: F2, 9A and B4. RGB value is (242,154,180). Sum of RGB (Red+Green+Blue) = 242+154+180=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AB4 is #0D654B. Grayscale: #B7B7B7. Windows color (decimal): -877900 or 11836146. OLE color: 11836146.
HSL color Cylindrical-coordinate representation of color #F29AB4: hue angle of 342.27º 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 #F29AB4 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 180 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.05 |
| HSL | 342.27º | 0.77% | 0.78% | - |
| HSV(B) | 342.27º | 0.36% | 0.95% | - |
| XYZ | 56.41 | 45.28 | 48.95 | - |
| YUV | 183.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 180 | 0 | 0.36 | 0.26 | 0.05 | 342.27 | 0.77 | 0.78 |
| Hex | F2 | 9A | B4 | 0 | 24 | 1A | 5 | 156 | 4D | 4E |
| Octal | 362 | 232 | 264 | 0 | 44 | 32 | 5 | 526 | 115 | 116 |
| Binary | 11110010 | 10011010 | 10110100 | 0 | 100100 | 11010 | 101 | 101010110 | 1001101 | 1001110 |
Color Harmonies of #F29AB4
Complementary color
Monochromatic Colors of #F29AB4
Black with #F29AB4
Text Example
Text Example
White with #F29AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29AB4; }
p { color: rgb(242,154,180); }
H1.HeaderClassName
{
color: #F29AB4;
}
.AnyTagClassName
{
color: #F29AB4;
}
</style>
background-color css
<style>
a { background-color: #F29AB4; }
a { background-color: rgb(242,154,180); }
div.DivClassName
{
background-color: #F29AB4;
}
.BgClassName
{
background-color: #F29AB4;
}
</style>
border-color css
<style>
span { border-color: #F29AB4; }
span { border-color: rgb(242,154,180); }
td.TdClassName
{
border-color: #F29AB4;
}
.TagClassName
{
border-color: #F29AB4;
}
</style>