Shades of Illusion #F08DB2
Tints of Illusion #F08DB2
RGB
CMYK
RGB Variations
Color information
#F08DB2 (or 0xF08DB2) is known color: Illusion. HEX triplet: F0, 8D and B2. RGB value is (240,141,178). Sum of RGB (Red+Green+Blue) = 240+141+178=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DB2 is #0F724D. Grayscale: #AEAEAE. Windows color (decimal): -1012302 or 11701744. OLE color: 11701744.
HSL color Cylindrical-coordinate representation of color #F08DB2: hue angle of 337.58º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DB2 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 178 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.06 |
| HSL | 337.58º | 0.77% | 0.75% | - |
| HSV(B) | 337.58º | 0.41% | 0.94% | - |
| XYZ | 53.5 | 40.79 | 47.17 | - |
| YUV | 174.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 178 | 0 | 0.41 | 0.26 | 0.06 | 337.58 | 0.77 | 0.75 |
| Hex | F0 | 8D | B2 | 0 | 29 | 1A | 6 | 152 | 4D | 4B |
| Octal | 360 | 215 | 262 | 0 | 51 | 32 | 6 | 522 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10110010 | 0 | 101001 | 11010 | 110 | 101010010 | 1001101 | 1001011 |
Color Harmonies of #F08DB2
Complementary color
Monochromatic Colors of #F08DB2
Black with #F08DB2
Text Example
Text Example
White with #F08DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DB2; }
p { color: rgb(240,141,178); }
H1.HeaderClassName
{
color: #F08DB2;
}
.AnyTagClassName
{
color: #F08DB2;
}
</style>
background-color css
<style>
a { background-color: #F08DB2; }
a { background-color: rgb(240,141,178); }
div.DivClassName
{
background-color: #F08DB2;
}
.BgClassName
{
background-color: #F08DB2;
}
</style>
border-color css
<style>
span { border-color: #F08DB2; }
span { border-color: rgb(240,141,178); }
td.TdClassName
{
border-color: #F08DB2;
}
.TagClassName
{
border-color: #F08DB2;
}
</style>