Shades of Illusion #F09FB3
Tints of Illusion #F09FB3
RGB
CMYK
RGB Variations
Color information
#F09FB3 (or 0xF09FB3) is known color: Illusion. HEX triplet: F0, 9F and B3. RGB value is (240,159,179). Sum of RGB (Red+Green+Blue) = 240+159+179=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FB3 is #0F604C. Grayscale: #B9B9B9. Windows color (decimal): -1007693 or 11771888. OLE color: 11771888.
HSL color Cylindrical-coordinate representation of color #F09FB3: hue angle of 345.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FB3 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 179 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.06 |
| HSL | 345.19º | 0.73% | 0.78% | - |
| HSV(B) | 345.19º | 0.34% | 0.94% | - |
| XYZ | 56.47 | 46.58 | 48.66 | - |
| YUV | 185.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 179 | 0 | 0.34 | 0.25 | 0.06 | 345.19 | 0.73 | 0.78 |
| Hex | F0 | 9F | B3 | 0 | 22 | 19 | 6 | 159 | 49 | 4E |
| Octal | 360 | 237 | 263 | 0 | 42 | 31 | 6 | 531 | 111 | 116 |
| Binary | 11110000 | 10011111 | 10110011 | 0 | 100010 | 11001 | 110 | 101011001 | 1001001 | 1001110 |
Color Harmonies of #F09FB3
Complementary color
Monochromatic Colors of #F09FB3
Black with #F09FB3
Text Example
Text Example
White with #F09FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FB3; }
p { color: rgb(240,159,179); }
H1.HeaderClassName
{
color: #F09FB3;
}
.AnyTagClassName
{
color: #F09FB3;
}
</style>
background-color css
<style>
a { background-color: #F09FB3; }
a { background-color: rgb(240,159,179); }
div.DivClassName
{
background-color: #F09FB3;
}
.BgClassName
{
background-color: #F09FB3;
}
</style>
border-color css
<style>
span { border-color: #F09FB3; }
span { border-color: rgb(240,159,179); }
td.TdClassName
{
border-color: #F09FB3;
}
.TagClassName
{
border-color: #F09FB3;
}
</style>