Shades of Illusion #F58DB0
Tints of Illusion #F58DB0
RGB
CMYK
RGB Variations
Color information
#F58DB0 (or 0xF58DB0) is known color: Illusion. HEX triplet: F5, 8D and B0. RGB value is (245,141,176). Sum of RGB (Red+Green+Blue) = 245+141+176=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DB0 is #0A724F. Grayscale: #B0B0B0. Windows color (decimal): -684624 or 11570677. OLE color: 11570677.
HSL color Cylindrical-coordinate representation of color #F58DB0: hue angle of 339.81º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DB0 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 176 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.04 |
| HSL | 339.81º | 0.84% | 0.76% | - |
| HSV(B) | 339.81º | 0.42% | 0.96% | - |
| XYZ | 55.02 | 41.6 | 46.2 | - |
| YUV | 176.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 176 | 0 | 0.42 | 0.28 | 0.04 | 339.81 | 0.84 | 0.76 |
| Hex | F5 | 8D | B0 | 0 | 2A | 1C | 4 | 154 | 54 | 4C |
| Octal | 365 | 215 | 260 | 0 | 52 | 34 | 4 | 524 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10110000 | 0 | 101010 | 11100 | 100 | 101010100 | 1010100 | 1001100 |
Color Harmonies of #F58DB0
Complementary color
Monochromatic Colors of #F58DB0
Black with #F58DB0
Text Example
Text Example
White with #F58DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DB0; }
p { color: rgb(245,141,176); }
H1.HeaderClassName
{
color: #F58DB0;
}
.AnyTagClassName
{
color: #F58DB0;
}
</style>
background-color css
<style>
a { background-color: #F58DB0; }
a { background-color: rgb(245,141,176); }
div.DivClassName
{
background-color: #F58DB0;
}
.BgClassName
{
background-color: #F58DB0;
}
</style>
border-color css
<style>
span { border-color: #F58DB0; }
span { border-color: rgb(245,141,176); }
td.TdClassName
{
border-color: #F58DB0;
}
.TagClassName
{
border-color: #F58DB0;
}
</style>