Shades of Illusion #F58DB5
Tints of Illusion #F58DB5
RGB
CMYK
RGB Variations
Color information
#F58DB5 (or 0xF58DB5) is known color: Illusion. HEX triplet: F5, 8D and B5. RGB value is (245,141,181). Sum of RGB (Red+Green+Blue) = 245+141+181=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DB5 is #0A724A. Grayscale: #B0B0B0. Windows color (decimal): -684619 or 11898357. OLE color: 11898357.
HSL color Cylindrical-coordinate representation of color #F58DB5: hue angle of 336.92º 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 #F58DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 181 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.04 |
| HSL | 336.92º | 0.84% | 0.76% | - |
| HSV(B) | 336.92º | 0.42% | 0.96% | - |
| XYZ | 55.52 | 41.8 | 48.86 | - |
| YUV | 176.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 181 | 0 | 0.42 | 0.26 | 0.04 | 336.92 | 0.84 | 0.76 |
| Hex | F5 | 8D | B5 | 0 | 2A | 1A | 4 | 151 | 54 | 4C |
| Octal | 365 | 215 | 265 | 0 | 52 | 32 | 4 | 521 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10110101 | 0 | 101010 | 11010 | 100 | 101010001 | 1010100 | 1001100 |
Color Harmonies of #F58DB5
Complementary color
Monochromatic Colors of #F58DB5
Black with #F58DB5
Text Example
Text Example
White with #F58DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DB5; }
p { color: rgb(245,141,181); }
H1.HeaderClassName
{
color: #F58DB5;
}
.AnyTagClassName
{
color: #F58DB5;
}
</style>
background-color css
<style>
a { background-color: #F58DB5; }
a { background-color: rgb(245,141,181); }
div.DivClassName
{
background-color: #F58DB5;
}
.BgClassName
{
background-color: #F58DB5;
}
</style>
border-color css
<style>
span { border-color: #F58DB5; }
span { border-color: rgb(245,141,181); }
td.TdClassName
{
border-color: #F58DB5;
}
.TagClassName
{
border-color: #F58DB5;
}
</style>