Shades of Illusion #F29FBA
Tints of Illusion #F29FBA
RGB
CMYK
RGB Variations
Color information
#F29FBA (or 0xF29FBA) is known color: Illusion. HEX triplet: F2, 9F and BA. RGB value is (242,159,186). Sum of RGB (Red+Green+Blue) = 242+159+186=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FBA is #0D6045. Grayscale: #BABABA. Windows color (decimal): -876614 or 12230642. OLE color: 12230642.
HSL color Cylindrical-coordinate representation of color #F29FBA: hue angle of 340.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FBA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 186 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.05 |
| HSL | 340.48º | 0.76% | 0.79% | - |
| HSV(B) | 340.48º | 0.34% | 0.95% | - |
| XYZ | 57.88 | 47.22 | 52.52 | - |
| YUV | 186.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 186 | 0 | 0.34 | 0.23 | 0.05 | 340.48 | 0.76 | 0.79 |
| Hex | F2 | 9F | BA | 0 | 22 | 17 | 5 | 154 | 4C | 4F |
| Octal | 362 | 237 | 272 | 0 | 42 | 27 | 5 | 524 | 114 | 117 |
| Binary | 11110010 | 10011111 | 10111010 | 0 | 100010 | 10111 | 101 | 101010100 | 1001100 | 1001111 |
Color Harmonies of #F29FBA
Complementary color
Monochromatic Colors of #F29FBA
Black with #F29FBA
Text Example
Text Example
White with #F29FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FBA; }
p { color: rgb(242,159,186); }
H1.HeaderClassName
{
color: #F29FBA;
}
.AnyTagClassName
{
color: #F29FBA;
}
</style>
background-color css
<style>
a { background-color: #F29FBA; }
a { background-color: rgb(242,159,186); }
div.DivClassName
{
background-color: #F29FBA;
}
.BgClassName
{
background-color: #F29FBA;
}
</style>
border-color css
<style>
span { border-color: #F29FBA; }
span { border-color: rgb(242,159,186); }
td.TdClassName
{
border-color: #F29FBA;
}
.TagClassName
{
border-color: #F29FBA;
}
</style>