Shades of Illusion #F58DB3
Tints of Illusion #F58DB3
RGB
CMYK
RGB Variations
Color information
#F58DB3 (or 0xF58DB3) is known color: Illusion. HEX triplet: F5, 8D and B3. RGB value is (245,141,179). Sum of RGB (Red+Green+Blue) = 245+141+179=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DB3 is #0A724C. Grayscale: #B0B0B0. Windows color (decimal): -684621 or 11767285. OLE color: 11767285.
HSL color Cylindrical-coordinate representation of color #F58DB3: hue angle of 338.08º 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 #F58DB3 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 179 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.04 |
| HSL | 338.08º | 0.84% | 0.76% | - |
| HSV(B) | 338.08º | 0.42% | 0.96% | - |
| XYZ | 55.32 | 41.72 | 47.78 | - |
| YUV | 176.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 179 | 0 | 0.42 | 0.27 | 0.04 | 338.08 | 0.84 | 0.76 |
| Hex | F5 | 8D | B3 | 0 | 2A | 1B | 4 | 152 | 54 | 4C |
| Octal | 365 | 215 | 263 | 0 | 52 | 33 | 4 | 522 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10110011 | 0 | 101010 | 11011 | 100 | 101010010 | 1010100 | 1001100 |
Color Harmonies of #F58DB3
Complementary color
Monochromatic Colors of #F58DB3
Black with #F58DB3
Text Example
Text Example
White with #F58DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DB3; }
p { color: rgb(245,141,179); }
H1.HeaderClassName
{
color: #F58DB3;
}
.AnyTagClassName
{
color: #F58DB3;
}
</style>
background-color css
<style>
a { background-color: #F58DB3; }
a { background-color: rgb(245,141,179); }
div.DivClassName
{
background-color: #F58DB3;
}
.BgClassName
{
background-color: #F58DB3;
}
</style>
border-color css
<style>
span { border-color: #F58DB3; }
span { border-color: rgb(245,141,179); }
td.TdClassName
{
border-color: #F58DB3;
}
.TagClassName
{
border-color: #F58DB3;
}
</style>