Shades of Illusion #F09CB3
Tints of Illusion #F09CB3
RGB
CMYK
RGB Variations
Color information
#F09CB3 (or 0xF09CB3) is known color: Illusion. HEX triplet: F0, 9C and B3. RGB value is (240,156,179). Sum of RGB (Red+Green+Blue) = 240+156+179=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CB3 is #0F634C. Grayscale: #B7B7B7. Windows color (decimal): -1008461 or 11771120. OLE color: 11771120.
HSL color Cylindrical-coordinate representation of color #F09CB3: hue angle of 343.57º 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 #F09CB3 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 179 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.06 |
| HSL | 343.57º | 0.74% | 0.78% | - |
| HSV(B) | 343.57º | 0.35% | 0.94% | - |
| XYZ | 55.96 | 45.56 | 48.49 | - |
| YUV | 183.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 179 | 0 | 0.35 | 0.25 | 0.06 | 343.57 | 0.74 | 0.78 |
| Hex | F0 | 9C | B3 | 0 | 23 | 19 | 6 | 158 | 4A | 4E |
| Octal | 360 | 234 | 263 | 0 | 43 | 31 | 6 | 530 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10110011 | 0 | 100011 | 11001 | 110 | 101011000 | 1001010 | 1001110 |
Color Harmonies of #F09CB3
Complementary color
Monochromatic Colors of #F09CB3
Black with #F09CB3
Text Example
Text Example
White with #F09CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CB3; }
p { color: rgb(240,156,179); }
H1.HeaderClassName
{
color: #F09CB3;
}
.AnyTagClassName
{
color: #F09CB3;
}
</style>
background-color css
<style>
a { background-color: #F09CB3; }
a { background-color: rgb(240,156,179); }
div.DivClassName
{
background-color: #F09CB3;
}
.BgClassName
{
background-color: #F09CB3;
}
</style>
border-color css
<style>
span { border-color: #F09CB3; }
span { border-color: rgb(240,156,179); }
td.TdClassName
{
border-color: #F09CB3;
}
.TagClassName
{
border-color: #F09CB3;
}
</style>