Shades of Illusion #F58DB7
Tints of Illusion #F58DB7
RGB
CMYK
RGB Variations
Color information
#F58DB7 (or 0xF58DB7) is known color: Illusion. HEX triplet: F5, 8D and B7. RGB value is (245,141,183). Sum of RGB (Red+Green+Blue) = 245+141+183=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DB7 is #0A7248. Grayscale: #B0B0B0. Windows color (decimal): -684617 or 12029429. OLE color: 12029429.
HSL color Cylindrical-coordinate representation of color #F58DB7: hue angle of 335.77º 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 #F58DB7 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 183 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.04 |
| HSL | 335.77º | 0.84% | 0.76% | - |
| HSV(B) | 335.77º | 0.42% | 0.96% | - |
| XYZ | 55.73 | 41.88 | 49.95 | - |
| YUV | 176.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 183 | 0 | 0.42 | 0.25 | 0.04 | 335.77 | 0.84 | 0.76 |
| Hex | F5 | 8D | B7 | 0 | 2A | 19 | 4 | 150 | 54 | 4C |
| Octal | 365 | 215 | 267 | 0 | 52 | 31 | 4 | 520 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10110111 | 0 | 101010 | 11001 | 100 | 101010000 | 1010100 | 1001100 |
Color Harmonies of #F58DB7
Complementary color
Monochromatic Colors of #F58DB7
Black with #F58DB7
Text Example
Text Example
White with #F58DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DB7; }
p { color: rgb(245,141,183); }
H1.HeaderClassName
{
color: #F58DB7;
}
.AnyTagClassName
{
color: #F58DB7;
}
</style>
background-color css
<style>
a { background-color: #F58DB7; }
a { background-color: rgb(245,141,183); }
div.DivClassName
{
background-color: #F58DB7;
}
.BgClassName
{
background-color: #F58DB7;
}
</style>
border-color css
<style>
span { border-color: #F58DB7; }
span { border-color: rgb(245,141,183); }
td.TdClassName
{
border-color: #F58DB7;
}
.TagClassName
{
border-color: #F58DB7;
}
</style>