Shades of Illusion #F09DB4
Tints of Illusion #F09DB4
RGB
CMYK
RGB Variations
Color information
#F09DB4 (or 0xF09DB4) is known color: Illusion. HEX triplet: F0, 9D and B4. RGB value is (240,157,180). Sum of RGB (Red+Green+Blue) = 240+157+180=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DB4 is #0F624B. Grayscale: #B8B8B8. Windows color (decimal): -1008204 or 11836912. OLE color: 11836912.
HSL color Cylindrical-coordinate representation of color #F09DB4: hue angle of 343.37º 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 #F09DB4 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 180 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.06 |
| HSL | 343.37º | 0.73% | 0.78% | - |
| HSV(B) | 343.37º | 0.35% | 0.94% | - |
| XYZ | 56.23 | 45.93 | 49.08 | - |
| YUV | 184.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 180 | 0 | 0.35 | 0.25 | 0.06 | 343.37 | 0.73 | 0.78 |
| Hex | F0 | 9D | B4 | 0 | 23 | 19 | 6 | 157 | 49 | 4E |
| Octal | 360 | 235 | 264 | 0 | 43 | 31 | 6 | 527 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10110100 | 0 | 100011 | 11001 | 110 | 101010111 | 1001001 | 1001110 |
Color Harmonies of #F09DB4
Complementary color
Monochromatic Colors of #F09DB4
Black with #F09DB4
Text Example
Text Example
White with #F09DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DB4; }
p { color: rgb(240,157,180); }
H1.HeaderClassName
{
color: #F09DB4;
}
.AnyTagClassName
{
color: #F09DB4;
}
</style>
background-color css
<style>
a { background-color: #F09DB4; }
a { background-color: rgb(240,157,180); }
div.DivClassName
{
background-color: #F09DB4;
}
.BgClassName
{
background-color: #F09DB4;
}
</style>
border-color css
<style>
span { border-color: #F09DB4; }
span { border-color: rgb(240,157,180); }
td.TdClassName
{
border-color: #F09DB4;
}
.TagClassName
{
border-color: #F09DB4;
}
</style>