Shades of Illusion #F09DB7
Tints of Illusion #F09DB7
RGB
CMYK
RGB Variations
Color information
#F09DB7 (or 0xF09DB7) is known color: Illusion. HEX triplet: F0, 9D and B7. RGB value is (240,157,183). Sum of RGB (Red+Green+Blue) = 240+157+183=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DB7 is #0F6248. Grayscale: #B8B8B8. Windows color (decimal): -1008201 or 12033520. OLE color: 12033520.
HSL color Cylindrical-coordinate representation of color #F09DB7: hue angle of 341.2º 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 #F09DB7 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 183 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.06 |
| HSL | 341.2º | 0.73% | 0.78% | - |
| HSV(B) | 341.2º | 0.35% | 0.94% | - |
| XYZ | 56.54 | 46.06 | 50.71 | - |
| YUV | 184.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 183 | 0 | 0.35 | 0.24 | 0.06 | 341.2 | 0.73 | 0.78 |
| Hex | F0 | 9D | B7 | 0 | 23 | 18 | 6 | 155 | 49 | 4E |
| Octal | 360 | 235 | 267 | 0 | 43 | 30 | 6 | 525 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10110111 | 0 | 100011 | 11000 | 110 | 101010101 | 1001001 | 1001110 |
Color Harmonies of #F09DB7
Complementary color
Monochromatic Colors of #F09DB7
Black with #F09DB7
Text Example
Text Example
White with #F09DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DB7; }
p { color: rgb(240,157,183); }
H1.HeaderClassName
{
color: #F09DB7;
}
.AnyTagClassName
{
color: #F09DB7;
}
</style>
background-color css
<style>
a { background-color: #F09DB7; }
a { background-color: rgb(240,157,183); }
div.DivClassName
{
background-color: #F09DB7;
}
.BgClassName
{
background-color: #F09DB7;
}
</style>
border-color css
<style>
span { border-color: #F09DB7; }
span { border-color: rgb(240,157,183); }
td.TdClassName
{
border-color: #F09DB7;
}
.TagClassName
{
border-color: #F09DB7;
}
</style>