Shades of Illusion #F08BB2
Tints of Illusion #F08BB2
RGB
CMYK
RGB Variations
Color information
#F08BB2 (or 0xF08BB2) is known color: Illusion. HEX triplet: F0, 8B and B2. RGB value is (240,139,178). Sum of RGB (Red+Green+Blue) = 240+139+178=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BB2 is #0F744D. Grayscale: #ADADAD. Windows color (decimal): -1012814 or 11701232. OLE color: 11701232.
HSL color Cylindrical-coordinate representation of color #F08BB2: hue angle of 336.83º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BB2 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 178 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.06 |
| HSL | 336.83º | 0.77% | 0.74% | - |
| HSV(B) | 336.83º | 0.42% | 0.94% | - |
| XYZ | 53.2 | 40.2 | 47.08 | - |
| YUV | 173.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 178 | 0 | 0.42 | 0.26 | 0.06 | 336.83 | 0.77 | 0.74 |
| Hex | F0 | 8B | B2 | 0 | 2A | 1A | 6 | 151 | 4D | 4A |
| Octal | 360 | 213 | 262 | 0 | 52 | 32 | 6 | 521 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10110010 | 0 | 101010 | 11010 | 110 | 101010001 | 1001101 | 1001010 |
Color Harmonies of #F08BB2
Complementary color
Monochromatic Colors of #F08BB2
Black with #F08BB2
Text Example
Text Example
White with #F08BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BB2; }
p { color: rgb(240,139,178); }
H1.HeaderClassName
{
color: #F08BB2;
}
.AnyTagClassName
{
color: #F08BB2;
}
</style>
background-color css
<style>
a { background-color: #F08BB2; }
a { background-color: rgb(240,139,178); }
div.DivClassName
{
background-color: #F08BB2;
}
.BgClassName
{
background-color: #F08BB2;
}
</style>
border-color css
<style>
span { border-color: #F08BB2; }
span { border-color: rgb(240,139,178); }
td.TdClassName
{
border-color: #F08BB2;
}
.TagClassName
{
border-color: #F08BB2;
}
</style>