Shades of Illusion #F59CB1
Tints of Illusion #F59CB1
RGB
CMYK
RGB Variations
Color information
#F59CB1 (or 0xF59CB1) is known color: Illusion. HEX triplet: F5, 9C and B1. RGB value is (245,156,177). Sum of RGB (Red+Green+Blue) = 245+156+177=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59CB1 is #0A634E. Grayscale: #B9B9B9. Windows color (decimal): -680783 or 11640053. OLE color: 11640053.
HSL color Cylindrical-coordinate representation of color #F59CB1: hue angle of 345.84º 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 #F59CB1 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 177 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.04 |
| HSL | 345.84º | 0.82% | 0.79% | - |
| HSV(B) | 345.84º | 0.36% | 0.96% | - |
| XYZ | 57.48 | 46.36 | 47.51 | - |
| YUV | 185.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 177 | 0 | 0.36 | 0.28 | 0.04 | 345.84 | 0.82 | 0.79 |
| Hex | F5 | 9C | B1 | 0 | 24 | 1C | 4 | 15A | 52 | 4F |
| Octal | 365 | 234 | 261 | 0 | 44 | 34 | 4 | 532 | 122 | 117 |
| Binary | 11110101 | 10011100 | 10110001 | 0 | 100100 | 11100 | 100 | 101011010 | 1010010 | 1001111 |
Color Harmonies of #F59CB1
Complementary color
Monochromatic Colors of #F59CB1
Black with #F59CB1
Text Example
Text Example
White with #F59CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CB1; }
p { color: rgb(245,156,177); }
H1.HeaderClassName
{
color: #F59CB1;
}
.AnyTagClassName
{
color: #F59CB1;
}
</style>
background-color css
<style>
a { background-color: #F59CB1; }
a { background-color: rgb(245,156,177); }
div.DivClassName
{
background-color: #F59CB1;
}
.BgClassName
{
background-color: #F59CB1;
}
</style>
border-color css
<style>
span { border-color: #F59CB1; }
span { border-color: rgb(245,156,177); }
td.TdClassName
{
border-color: #F59CB1;
}
.TagClassName
{
border-color: #F59CB1;
}
</style>