Shades of Illusion #F29DB7
Tints of Illusion #F29DB7
RGB
CMYK
RGB Variations
Color information
#F29DB7 (or 0xF29DB7) is known color: Illusion. HEX triplet: F2, 9D and B7. RGB value is (242,157,183). Sum of RGB (Red+Green+Blue) = 242+157+183=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DB7 is #0D6248. Grayscale: #B9B9B9. Windows color (decimal): -877129 or 12033522. OLE color: 12033522.
HSL color Cylindrical-coordinate representation of color #F29DB7: hue angle of 341.65º 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 #F29DB7 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 183 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.05 |
| HSL | 341.65º | 0.77% | 0.78% | - |
| HSV(B) | 341.65º | 0.35% | 0.95% | - |
| XYZ | 57.22 | 46.41 | 50.74 | - |
| YUV | 185.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 183 | 0 | 0.35 | 0.24 | 0.05 | 341.65 | 0.77 | 0.78 |
| Hex | F2 | 9D | B7 | 0 | 23 | 18 | 5 | 156 | 4D | 4E |
| Octal | 362 | 235 | 267 | 0 | 43 | 30 | 5 | 526 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10110111 | 0 | 100011 | 11000 | 101 | 101010110 | 1001101 | 1001110 |
Color Harmonies of #F29DB7
Complementary color
Monochromatic Colors of #F29DB7
Black with #F29DB7
Text Example
Text Example
White with #F29DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DB7; }
p { color: rgb(242,157,183); }
H1.HeaderClassName
{
color: #F29DB7;
}
.AnyTagClassName
{
color: #F29DB7;
}
</style>
background-color css
<style>
a { background-color: #F29DB7; }
a { background-color: rgb(242,157,183); }
div.DivClassName
{
background-color: #F29DB7;
}
.BgClassName
{
background-color: #F29DB7;
}
</style>
border-color css
<style>
span { border-color: #F29DB7; }
span { border-color: rgb(242,157,183); }
td.TdClassName
{
border-color: #F29DB7;
}
.TagClassName
{
border-color: #F29DB7;
}
</style>