Shades of Illusion #F09BB4
Tints of Illusion #F09BB4
RGB
CMYK
RGB Variations
Color information
#F09BB4 (or 0xF09BB4) is known color: Illusion. HEX triplet: F0, 9B and B4. RGB value is (240,155,180). Sum of RGB (Red+Green+Blue) = 240+155+180=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BB4 is #0F644B. Grayscale: #B7B7B7. Windows color (decimal): -1008716 or 11836400. OLE color: 11836400.
HSL color Cylindrical-coordinate representation of color #F09BB4: hue angle of 342.35º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BB4 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 180 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.06 |
| HSL | 342.35º | 0.74% | 0.77% | - |
| HSV(B) | 342.35º | 0.35% | 0.94% | - |
| XYZ | 55.89 | 45.26 | 48.97 | - |
| YUV | 183.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 180 | 0 | 0.35 | 0.25 | 0.06 | 342.35 | 0.74 | 0.77 |
| Hex | F0 | 9B | B4 | 0 | 23 | 19 | 6 | 156 | 4A | 4D |
| Octal | 360 | 233 | 264 | 0 | 43 | 31 | 6 | 526 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10110100 | 0 | 100011 | 11001 | 110 | 101010110 | 1001010 | 1001101 |
Color Harmonies of #F09BB4
Complementary color
Monochromatic Colors of #F09BB4
Black with #F09BB4
Text Example
Text Example
White with #F09BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BB4; }
p { color: rgb(240,155,180); }
H1.HeaderClassName
{
color: #F09BB4;
}
.AnyTagClassName
{
color: #F09BB4;
}
</style>
background-color css
<style>
a { background-color: #F09BB4; }
a { background-color: rgb(240,155,180); }
div.DivClassName
{
background-color: #F09BB4;
}
.BgClassName
{
background-color: #F09BB4;
}
</style>
border-color css
<style>
span { border-color: #F09BB4; }
span { border-color: rgb(240,155,180); }
td.TdClassName
{
border-color: #F09BB4;
}
.TagClassName
{
border-color: #F09BB4;
}
</style>