Shades of Illusion #F08AB2
Tints of Illusion #F08AB2
RGB
CMYK
RGB Variations
Color information
#F08AB2 (or 0xF08AB2) is known color: Illusion. HEX triplet: F0, 8A and B2. RGB value is (240,138,178). Sum of RGB (Red+Green+Blue) = 240+138+178=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AB2 is #0F754D. Grayscale: #ADADAD. Windows color (decimal): -1013070 or 11700976. OLE color: 11700976.
HSL color Cylindrical-coordinate representation of color #F08AB2: hue angle of 336.47º 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 #F08AB2 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 178 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.06 |
| HSL | 336.47º | 0.77% | 0.74% | - |
| HSV(B) | 336.47º | 0.43% | 0.94% | - |
| XYZ | 53.06 | 39.92 | 47.03 | - |
| YUV | 173.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 178 | 0 | 0.42 | 0.26 | 0.06 | 336.47 | 0.77 | 0.74 |
| Hex | F0 | 8A | B2 | 0 | 2A | 1A | 6 | 150 | 4D | 4A |
| Octal | 360 | 212 | 262 | 0 | 52 | 32 | 6 | 520 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10110010 | 0 | 101010 | 11010 | 110 | 101010000 | 1001101 | 1001010 |
Color Harmonies of #F08AB2
Complementary color
Monochromatic Colors of #F08AB2
Black with #F08AB2
Text Example
Text Example
White with #F08AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AB2; }
p { color: rgb(240,138,178); }
H1.HeaderClassName
{
color: #F08AB2;
}
.AnyTagClassName
{
color: #F08AB2;
}
</style>
background-color css
<style>
a { background-color: #F08AB2; }
a { background-color: rgb(240,138,178); }
div.DivClassName
{
background-color: #F08AB2;
}
.BgClassName
{
background-color: #F08AB2;
}
</style>
border-color css
<style>
span { border-color: #F08AB2; }
span { border-color: rgb(240,138,178); }
td.TdClassName
{
border-color: #F08AB2;
}
.TagClassName
{
border-color: #F08AB2;
}
</style>