Shades of Wild Watermelon #FC595D
Tints of Wild Watermelon #FC595D
RGB
CMYK
RGB Variations
Color information
#FC595D (or 0xFC595D) is known color: Wild Watermelon. HEX triplet: FC, 59 and 5D. RGB value is (252,89,93). Sum of RGB (Red+Green+Blue) = 252+89+93=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC595D is #03A6A2. Grayscale: #8A8A8A. Windows color (decimal): -239267 or 6117884. OLE color: 6117884.
HSL color Cylindrical-coordinate representation of color #FC595D: hue angle of 358.53º 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 #FC595D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 93 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 358.53º | 0.96% | 0.67% | - |
| HSV(B) | 358.53º | 0.65% | 0.99% | - |
| XYZ | 45.69 | 28.63 | 13.47 | - |
| YUV | 138.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 93 | 0 | 0.65 | 0.63 | 0.01 | 358.53 | 0.96 | 0.67 |
| Hex | FC | 59 | 5D | 0 | 41 | 3F | 1 | 167 | 60 | 43 |
| Octal | 374 | 131 | 135 | 0 | 101 | 77 | 1 | 547 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1011101 | 0 | 1000001 | 111111 | 1 | 101100111 | 1100000 | 1000011 |
Color Harmonies of #FC595D
Complementary color
Monochromatic Colors of #FC595D
Black with #FC595D
Text Example
Text Example
White with #FC595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC595D; }
p { color: rgb(252,89,93); }
H1.HeaderClassName
{
color: #FC595D;
}
.AnyTagClassName
{
color: #FC595D;
}
</style>
background-color css
<style>
a { background-color: #FC595D; }
a { background-color: rgb(252,89,93); }
div.DivClassName
{
background-color: #FC595D;
}
.BgClassName
{
background-color: #FC595D;
}
</style>
border-color css
<style>
span { border-color: #FC595D; }
span { border-color: rgb(252,89,93); }
td.TdClassName
{
border-color: #FC595D;
}
.TagClassName
{
border-color: #FC595D;
}
</style>