Shades of Wild Watermelon #FC595C
Tints of Wild Watermelon #FC595C
RGB
CMYK
RGB Variations
Color information
#FC595C (or 0xFC595C) is known color: Wild Watermelon. HEX triplet: FC, 59 and 5C. RGB value is (252,89,92). Sum of RGB (Red+Green+Blue) = 252+89+92=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC595C is #03A6A3. Grayscale: #8A8A8A. Windows color (decimal): -239268 or 6052348. OLE color: 6052348.
HSL color Cylindrical-coordinate representation of color #FC595C: hue angle of 358.9º 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 #FC595C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 92 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 358.9º | 0.96% | 0.67% | - |
| HSV(B) | 358.9º | 0.65% | 0.99% | - |
| XYZ | 45.65 | 28.61 | 13.24 | - |
| YUV | 138.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 92 | 0 | 0.65 | 0.63 | 0.01 | 358.9 | 0.96 | 0.67 |
| Hex | FC | 59 | 5C | 0 | 41 | 3F | 1 | 167 | 60 | 43 |
| Octal | 374 | 131 | 134 | 0 | 101 | 77 | 1 | 547 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1011100 | 0 | 1000001 | 111111 | 1 | 101100111 | 1100000 | 1000011 |
Color Harmonies of #FC595C
Complementary color
Monochromatic Colors of #FC595C
Black with #FC595C
Text Example
Text Example
White with #FC595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC595C; }
p { color: rgb(252,89,92); }
H1.HeaderClassName
{
color: #FC595C;
}
.AnyTagClassName
{
color: #FC595C;
}
</style>
background-color css
<style>
a { background-color: #FC595C; }
a { background-color: rgb(252,89,92); }
div.DivClassName
{
background-color: #FC595C;
}
.BgClassName
{
background-color: #FC595C;
}
</style>
border-color css
<style>
span { border-color: #FC595C; }
span { border-color: rgb(252,89,92); }
td.TdClassName
{
border-color: #FC595C;
}
.TagClassName
{
border-color: #FC595C;
}
</style>