Shades of Illusion #F09CB6
Tints of Illusion #F09CB6
RGB
CMYK
RGB Variations
Color information
#F09CB6 (or 0xF09CB6) is known color: Illusion. HEX triplet: F0, 9C and B6. RGB value is (240,156,182). Sum of RGB (Red+Green+Blue) = 240+156+182=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CB6 is #0F6349. Grayscale: #B8B8B8. Windows color (decimal): -1008458 or 11967728. OLE color: 11967728.
HSL color Cylindrical-coordinate representation of color #F09CB6: hue angle of 341.43º 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 #F09CB6 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 182 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.06 |
| HSL | 341.43º | 0.74% | 0.78% | - |
| HSV(B) | 341.43º | 0.35% | 0.94% | - |
| XYZ | 56.27 | 45.68 | 50.11 | - |
| YUV | 184.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 182 | 0 | 0.35 | 0.24 | 0.06 | 341.43 | 0.74 | 0.78 |
| Hex | F0 | 9C | B6 | 0 | 23 | 18 | 6 | 155 | 4A | 4E |
| Octal | 360 | 234 | 266 | 0 | 43 | 30 | 6 | 525 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10110110 | 0 | 100011 | 11000 | 110 | 101010101 | 1001010 | 1001110 |
Color Harmonies of #F09CB6
Complementary color
Monochromatic Colors of #F09CB6
Black with #F09CB6
Text Example
Text Example
White with #F09CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CB6; }
p { color: rgb(240,156,182); }
H1.HeaderClassName
{
color: #F09CB6;
}
.AnyTagClassName
{
color: #F09CB6;
}
</style>
background-color css
<style>
a { background-color: #F09CB6; }
a { background-color: rgb(240,156,182); }
div.DivClassName
{
background-color: #F09CB6;
}
.BgClassName
{
background-color: #F09CB6;
}
</style>
border-color css
<style>
span { border-color: #F09CB6; }
span { border-color: rgb(240,156,182); }
td.TdClassName
{
border-color: #F09CB6;
}
.TagClassName
{
border-color: #F09CB6;
}
</style>