Shades of Illusion #F09DB1
Tints of Illusion #F09DB1
RGB
CMYK
RGB Variations
Color information
#F09DB1 (or 0xF09DB1) is known color: Illusion. HEX triplet: F0, 9D and B1. RGB value is (240,157,177). Sum of RGB (Red+Green+Blue) = 240+157+177=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DB1 is #0F624E. Grayscale: #B8B8B8. Windows color (decimal): -1008207 or 11640304. OLE color: 11640304.
HSL color Cylindrical-coordinate representation of color #F09DB1: hue angle of 345.54º 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 #F09DB1 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 177 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.06 |
| HSL | 345.54º | 0.73% | 0.78% | - |
| HSV(B) | 345.54º | 0.35% | 0.94% | - |
| XYZ | 55.93 | 45.81 | 47.49 | - |
| YUV | 184.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 177 | 0 | 0.35 | 0.26 | 0.06 | 345.54 | 0.73 | 0.78 |
| Hex | F0 | 9D | B1 | 0 | 23 | 1A | 6 | 15A | 49 | 4E |
| Octal | 360 | 235 | 261 | 0 | 43 | 32 | 6 | 532 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10110001 | 0 | 100011 | 11010 | 110 | 101011010 | 1001001 | 1001110 |
Color Harmonies of #F09DB1
Complementary color
Monochromatic Colors of #F09DB1
Black with #F09DB1
Text Example
Text Example
White with #F09DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DB1; }
p { color: rgb(240,157,177); }
H1.HeaderClassName
{
color: #F09DB1;
}
.AnyTagClassName
{
color: #F09DB1;
}
</style>
background-color css
<style>
a { background-color: #F09DB1; }
a { background-color: rgb(240,157,177); }
div.DivClassName
{
background-color: #F09DB1;
}
.BgClassName
{
background-color: #F09DB1;
}
</style>
border-color css
<style>
span { border-color: #F09DB1; }
span { border-color: rgb(240,157,177); }
td.TdClassName
{
border-color: #F09DB1;
}
.TagClassName
{
border-color: #F09DB1;
}
</style>