Shades of Illusion #F0A0B6
Tints of Illusion #F0A0B6
RGB
CMYK
RGB Variations
Color information
#F0A0B6 (or 0xF0A0B6) is known color: Illusion. HEX triplet: F0, A0 and B6. RGB value is (240,160,182). Sum of RGB (Red+Green+Blue) = 240+160+182=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0B6 is #0F5F49. Grayscale: #BABABA. Windows color (decimal): -1007434 or 11968752. OLE color: 11968752.
HSL color Cylindrical-coordinate representation of color #F0A0B6: hue angle of 343.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0B6 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 182 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.06 |
| HSL | 343.5º | 0.73% | 0.78% | - |
| HSV(B) | 343.5º | 0.33% | 0.94% | - |
| XYZ | 56.95 | 47.04 | 50.33 | - |
| YUV | 186.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 182 | 0 | 0.33 | 0.24 | 0.06 | 343.5 | 0.73 | 0.78 |
| Hex | F0 | A0 | B6 | 0 | 21 | 18 | 6 | 158 | 49 | 4E |
| Octal | 360 | 240 | 266 | 0 | 41 | 30 | 6 | 530 | 111 | 116 |
| Binary | 11110000 | 10100000 | 10110110 | 0 | 100001 | 11000 | 110 | 101011000 | 1001001 | 1001110 |
Color Harmonies of #F0A0B6
Complementary color
Monochromatic Colors of #F0A0B6
Black with #F0A0B6
Text Example
Text Example
White with #F0A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0B6; }
p { color: rgb(240,160,182); }
H1.HeaderClassName
{
color: #F0A0B6;
}
.AnyTagClassName
{
color: #F0A0B6;
}
</style>
background-color css
<style>
a { background-color: #F0A0B6; }
a { background-color: rgb(240,160,182); }
div.DivClassName
{
background-color: #F0A0B6;
}
.BgClassName
{
background-color: #F0A0B6;
}
</style>
border-color css
<style>
span { border-color: #F0A0B6; }
span { border-color: rgb(240,160,182); }
td.TdClassName
{
border-color: #F0A0B6;
}
.TagClassName
{
border-color: #F0A0B6;
}
</style>