Shades of Illusion #F09DB6
Tints of Illusion #F09DB6
RGB
CMYK
RGB Variations
Color information
#F09DB6 (or 0xF09DB6) is known color: Illusion. HEX triplet: F0, 9D and B6. RGB value is (240,157,182). Sum of RGB (Red+Green+Blue) = 240+157+182=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DB6 is #0F6249. Grayscale: #B8B8B8. Windows color (decimal): -1008202 or 11967984. OLE color: 11967984.
HSL color Cylindrical-coordinate representation of color #F09DB6: hue angle of 341.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DB6 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 182 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.06 |
| HSL | 341.93º | 0.73% | 0.78% | - |
| HSV(B) | 341.93º | 0.35% | 0.94% | - |
| XYZ | 56.44 | 46.02 | 50.16 | - |
| YUV | 184.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 182 | 0 | 0.35 | 0.24 | 0.06 | 341.93 | 0.73 | 0.78 |
| Hex | F0 | 9D | B6 | 0 | 23 | 18 | 6 | 156 | 49 | 4E |
| Octal | 360 | 235 | 266 | 0 | 43 | 30 | 6 | 526 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10110110 | 0 | 100011 | 11000 | 110 | 101010110 | 1001001 | 1001110 |
Color Harmonies of #F09DB6
Complementary color
Monochromatic Colors of #F09DB6
Black with #F09DB6
Text Example
Text Example
White with #F09DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DB6; }
p { color: rgb(240,157,182); }
H1.HeaderClassName
{
color: #F09DB6;
}
.AnyTagClassName
{
color: #F09DB6;
}
</style>
background-color css
<style>
a { background-color: #F09DB6; }
a { background-color: rgb(240,157,182); }
div.DivClassName
{
background-color: #F09DB6;
}
.BgClassName
{
background-color: #F09DB6;
}
</style>
border-color css
<style>
span { border-color: #F09DB6; }
span { border-color: rgb(240,157,182); }
td.TdClassName
{
border-color: #F09DB6;
}
.TagClassName
{
border-color: #F09DB6;
}
</style>