Shades of Wild Watermelon #FC597C
Tints of Wild Watermelon #FC597C
RGB
CMYK
RGB Variations
Color information
#FC597C (or 0xFC597C) is known color: Wild Watermelon. HEX triplet: FC, 59 and 7C. RGB value is (252,89,124). Sum of RGB (Red+Green+Blue) = 252+89+124=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC597C is #03A683. Grayscale: #8D8D8D. Windows color (decimal): -239236 or 8149500. OLE color: 8149500.
HSL color Cylindrical-coordinate representation of color #FC597C: hue angle of 347.12º 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 #FC597C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 124 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.01 |
| HSL | 347.12º | 0.96% | 0.67% | - |
| HSV(B) | 347.12º | 0.65% | 0.99% | - |
| XYZ | 47.36 | 29.3 | 22.23 | - |
| YUV | 141.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 124 | 0 | 0.65 | 0.51 | 0.01 | 347.12 | 0.96 | 0.67 |
| Hex | FC | 59 | 7C | 0 | 41 | 33 | 1 | 15B | 60 | 43 |
| Octal | 374 | 131 | 174 | 0 | 101 | 63 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1111100 | 0 | 1000001 | 110011 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC597C
Complementary color
Monochromatic Colors of #FC597C
Black with #FC597C
Text Example
Text Example
White with #FC597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC597C; }
p { color: rgb(252,89,124); }
H1.HeaderClassName
{
color: #FC597C;
}
.AnyTagClassName
{
color: #FC597C;
}
</style>
background-color css
<style>
a { background-color: #FC597C; }
a { background-color: rgb(252,89,124); }
div.DivClassName
{
background-color: #FC597C;
}
.BgClassName
{
background-color: #FC597C;
}
</style>
border-color css
<style>
span { border-color: #FC597C; }
span { border-color: rgb(252,89,124); }
td.TdClassName
{
border-color: #FC597C;
}
.TagClassName
{
border-color: #FC597C;
}
</style>