Shades of Wild Watermelon #FC596D
Tints of Wild Watermelon #FC596D
RGB
CMYK
RGB Variations
Color information
#FC596D (or 0xFC596D) is known color: Wild Watermelon. HEX triplet: FC, 59 and 6D. RGB value is (252,89,109). Sum of RGB (Red+Green+Blue) = 252+89+109=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC596D is #03A692. Grayscale: #8C8C8C. Windows color (decimal): -239251 or 7166460. OLE color: 7166460.
HSL color Cylindrical-coordinate representation of color #FC596D: hue angle of 352.64º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC596D is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 109 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.01 |
| HSL | 352.64º | 0.96% | 0.67% | - |
| HSV(B) | 352.64º | 0.65% | 0.99% | - |
| XYZ | 46.48 | 28.94 | 17.61 | - |
| YUV | 140.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 109 | 0 | 0.65 | 0.57 | 0.01 | 352.64 | 0.96 | 0.67 |
| Hex | FC | 59 | 6D | 0 | 41 | 39 | 1 | 161 | 60 | 43 |
| Octal | 374 | 131 | 155 | 0 | 101 | 71 | 1 | 541 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1101101 | 0 | 1000001 | 111001 | 1 | 101100001 | 1100000 | 1000011 |
Color Harmonies of #FC596D
Complementary color
Monochromatic Colors of #FC596D
Black with #FC596D
Text Example
Text Example
White with #FC596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC596D; }
p { color: rgb(252,89,109); }
H1.HeaderClassName
{
color: #FC596D;
}
.AnyTagClassName
{
color: #FC596D;
}
</style>
background-color css
<style>
a { background-color: #FC596D; }
a { background-color: rgb(252,89,109); }
div.DivClassName
{
background-color: #FC596D;
}
.BgClassName
{
background-color: #FC596D;
}
</style>
border-color css
<style>
span { border-color: #FC596D; }
span { border-color: rgb(252,89,109); }
td.TdClassName
{
border-color: #FC596D;
}
.TagClassName
{
border-color: #FC596D;
}
</style>