Shades of Illusion #F09CB8
Tints of Illusion #F09CB8
RGB
CMYK
RGB Variations
Color information
#F09CB8 (or 0xF09CB8) is known color: Illusion. HEX triplet: F0, 9C and B8. RGB value is (240,156,184). Sum of RGB (Red+Green+Blue) = 240+156+184=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CB8 is #0F6347. Grayscale: #B8B8B8. Windows color (decimal): -1008456 or 12098800. OLE color: 12098800.
HSL color Cylindrical-coordinate representation of color #F09CB8: hue angle of 340º degrees, saturation: 0.74, 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 #F09CB8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 184 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.06 |
| HSL | 340º | 0.74% | 0.78% | - |
| HSV(B) | 340º | 0.35% | 0.94% | - |
| XYZ | 56.48 | 45.76 | 51.2 | - |
| YUV | 184.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 184 | 0 | 0.35 | 0.23 | 0.06 | 340 | 0.74 | 0.78 |
| Hex | F0 | 9C | B8 | 0 | 23 | 17 | 6 | 154 | 4A | 4E |
| Octal | 360 | 234 | 270 | 0 | 43 | 27 | 6 | 524 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10111000 | 0 | 100011 | 10111 | 110 | 101010100 | 1001010 | 1001110 |
Color Harmonies of #F09CB8
Complementary color
Monochromatic Colors of #F09CB8
Black with #F09CB8
Text Example
Text Example
White with #F09CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CB8; }
p { color: rgb(240,156,184); }
H1.HeaderClassName
{
color: #F09CB8;
}
.AnyTagClassName
{
color: #F09CB8;
}
</style>
background-color css
<style>
a { background-color: #F09CB8; }
a { background-color: rgb(240,156,184); }
div.DivClassName
{
background-color: #F09CB8;
}
.BgClassName
{
background-color: #F09CB8;
}
</style>
border-color css
<style>
span { border-color: #F09CB8; }
span { border-color: rgb(240,156,184); }
td.TdClassName
{
border-color: #F09CB8;
}
.TagClassName
{
border-color: #F09CB8;
}
</style>