Shades of Illusion #F59CB8
Tints of Illusion #F59CB8
RGB
CMYK
RGB Variations
Color information
#F59CB8 (or 0xF59CB8) is known color: Illusion. HEX triplet: F5, 9C and B8. RGB value is (245,156,184). Sum of RGB (Red+Green+Blue) = 245+156+184=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CB8 is #0A6347. Grayscale: #B9B9B9. Windows color (decimal): -680776 or 12098805. OLE color: 12098805.
HSL color Cylindrical-coordinate representation of color #F59CB8: hue angle of 341.12º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59CB8 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 184 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.04 |
| HSL | 341.12º | 0.82% | 0.79% | - |
| HSV(B) | 341.12º | 0.36% | 0.96% | - |
| XYZ | 58.2 | 46.65 | 51.28 | - |
| YUV | 185.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 184 | 0 | 0.36 | 0.25 | 0.04 | 341.12 | 0.82 | 0.79 |
| Hex | F5 | 9C | B8 | 0 | 24 | 19 | 4 | 155 | 52 | 4F |
| Octal | 365 | 234 | 270 | 0 | 44 | 31 | 4 | 525 | 122 | 117 |
| Binary | 11110101 | 10011100 | 10111000 | 0 | 100100 | 11001 | 100 | 101010101 | 1010010 | 1001111 |
Color Harmonies of #F59CB8
Complementary color
Monochromatic Colors of #F59CB8
Black with #F59CB8
Text Example
Text Example
White with #F59CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CB8; }
p { color: rgb(245,156,184); }
H1.HeaderClassName
{
color: #F59CB8;
}
.AnyTagClassName
{
color: #F59CB8;
}
</style>
background-color css
<style>
a { background-color: #F59CB8; }
a { background-color: rgb(245,156,184); }
div.DivClassName
{
background-color: #F59CB8;
}
.BgClassName
{
background-color: #F59CB8;
}
</style>
border-color css
<style>
span { border-color: #F59CB8; }
span { border-color: rgb(245,156,184); }
td.TdClassName
{
border-color: #F59CB8;
}
.TagClassName
{
border-color: #F59CB8;
}
</style>