Shades of Illusion #F08AB0
Tints of Illusion #F08AB0
RGB
CMYK
RGB Variations
Color information
#F08AB0 (or 0xF08AB0) is known color: Illusion. HEX triplet: F0, 8A and B0. RGB value is (240,138,176). Sum of RGB (Red+Green+Blue) = 240+138+176=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AB0 is #0F754F. Grayscale: #ACACAC. Windows color (decimal): -1013072 or 11569904. OLE color: 11569904.
HSL color Cylindrical-coordinate representation of color #F08AB0: hue angle of 337.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AB0 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 176 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.06 |
| HSL | 337.65º | 0.77% | 0.74% | - |
| HSV(B) | 337.65º | 0.43% | 0.94% | - |
| XYZ | 52.86 | 39.84 | 45.98 | - |
| YUV | 172.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 176 | 0 | 0.42 | 0.27 | 0.06 | 337.65 | 0.77 | 0.74 |
| Hex | F0 | 8A | B0 | 0 | 2A | 1B | 6 | 152 | 4D | 4A |
| Octal | 360 | 212 | 260 | 0 | 52 | 33 | 6 | 522 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10110000 | 0 | 101010 | 11011 | 110 | 101010010 | 1001101 | 1001010 |
Color Harmonies of #F08AB0
Complementary color
Monochromatic Colors of #F08AB0
Black with #F08AB0
Text Example
Text Example
White with #F08AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AB0; }
p { color: rgb(240,138,176); }
H1.HeaderClassName
{
color: #F08AB0;
}
.AnyTagClassName
{
color: #F08AB0;
}
</style>
background-color css
<style>
a { background-color: #F08AB0; }
a { background-color: rgb(240,138,176); }
div.DivClassName
{
background-color: #F08AB0;
}
.BgClassName
{
background-color: #F08AB0;
}
</style>
border-color css
<style>
span { border-color: #F08AB0; }
span { border-color: rgb(240,138,176); }
td.TdClassName
{
border-color: #F08AB0;
}
.TagClassName
{
border-color: #F08AB0;
}
</style>