Shades of Illusion #F59DB4
Tints of Illusion #F59DB4
RGB
CMYK
RGB Variations
Color information
#F59DB4 (or 0xF59DB4) is known color: Illusion. HEX triplet: F5, 9D and B4. RGB value is (245,157,180). Sum of RGB (Red+Green+Blue) = 245+157+180=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DB4 is #0A624B. Grayscale: #B9B9B9. Windows color (decimal): -680524 or 11836917. OLE color: 11836917.
HSL color Cylindrical-coordinate representation of color #F59DB4: hue angle of 344.32º degrees, saturation: 0.81, 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 #F59DB4 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 180 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.04 |
| HSL | 344.32º | 0.81% | 0.79% | - |
| HSV(B) | 344.32º | 0.36% | 0.96% | - |
| XYZ | 57.95 | 46.82 | 49.16 | - |
| YUV | 185.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 180 | 0 | 0.36 | 0.27 | 0.04 | 344.32 | 0.81 | 0.79 |
| Hex | F5 | 9D | B4 | 0 | 24 | 1B | 4 | 158 | 51 | 4F |
| Octal | 365 | 235 | 264 | 0 | 44 | 33 | 4 | 530 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10110100 | 0 | 100100 | 11011 | 100 | 101011000 | 1010001 | 1001111 |
Color Harmonies of #F59DB4
Complementary color
Monochromatic Colors of #F59DB4
Black with #F59DB4
Text Example
Text Example
White with #F59DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB4; }
p { color: rgb(245,157,180); }
H1.HeaderClassName
{
color: #F59DB4;
}
.AnyTagClassName
{
color: #F59DB4;
}
</style>
background-color css
<style>
a { background-color: #F59DB4; }
a { background-color: rgb(245,157,180); }
div.DivClassName
{
background-color: #F59DB4;
}
.BgClassName
{
background-color: #F59DB4;
}
</style>
border-color css
<style>
span { border-color: #F59DB4; }
span { border-color: rgb(245,157,180); }
td.TdClassName
{
border-color: #F59DB4;
}
.TagClassName
{
border-color: #F59DB4;
}
</style>