Shades of Illusion #F29DB1
Tints of Illusion #F29DB1
RGB
CMYK
RGB Variations
Color information
#F29DB1 (or 0xF29DB1) is known color: Illusion. HEX triplet: F2, 9D and B1. RGB value is (242,157,177). Sum of RGB (Red+Green+Blue) = 242+157+177=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DB1 is #0D624E. Grayscale: #B8B8B8. Windows color (decimal): -877135 or 11640306. OLE color: 11640306.
HSL color Cylindrical-coordinate representation of color #F29DB1: hue angle of 345.88º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29DB1 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 177 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.05 |
| HSL | 345.88º | 0.77% | 0.78% | - |
| HSV(B) | 345.88º | 0.35% | 0.95% | - |
| XYZ | 56.61 | 46.17 | 47.52 | - |
| YUV | 184.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 177 | 0 | 0.35 | 0.27 | 0.05 | 345.88 | 0.77 | 0.78 |
| Hex | F2 | 9D | B1 | 0 | 23 | 1B | 5 | 15A | 4D | 4E |
| Octal | 362 | 235 | 261 | 0 | 43 | 33 | 5 | 532 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10110001 | 0 | 100011 | 11011 | 101 | 101011010 | 1001101 | 1001110 |
Color Harmonies of #F29DB1
Complementary color
Monochromatic Colors of #F29DB1
Black with #F29DB1
Text Example
Text Example
White with #F29DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DB1; }
p { color: rgb(242,157,177); }
H1.HeaderClassName
{
color: #F29DB1;
}
.AnyTagClassName
{
color: #F29DB1;
}
</style>
background-color css
<style>
a { background-color: #F29DB1; }
a { background-color: rgb(242,157,177); }
div.DivClassName
{
background-color: #F29DB1;
}
.BgClassName
{
background-color: #F29DB1;
}
</style>
border-color css
<style>
span { border-color: #F29DB1; }
span { border-color: rgb(242,157,177); }
td.TdClassName
{
border-color: #F29DB1;
}
.TagClassName
{
border-color: #F29DB1;
}
</style>