Shades of Wild Watermelon #FC585C
Tints of Wild Watermelon #FC585C
RGB
CMYK
RGB Variations
Color information
#FC585C (or 0xFC585C) is known color: Wild Watermelon. HEX triplet: FC, 58 and 5C. RGB value is (252,88,92). Sum of RGB (Red+Green+Blue) = 252+88+92=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC585C is #03A7A3. Grayscale: #898989. Windows color (decimal): -239524 or 6052092. OLE color: 6052092.
HSL color Cylindrical-coordinate representation of color #FC585C: hue angle of 358.54º 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 #FC585C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 92 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 358.54º | 0.96% | 0.67% | - |
| HSV(B) | 358.54º | 0.65% | 0.99% | - |
| XYZ | 45.57 | 28.45 | 13.21 | - |
| YUV | 137.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 92 | 0 | 0.65 | 0.63 | 0.01 | 358.54 | 0.96 | 0.67 |
| Hex | FC | 58 | 5C | 0 | 41 | 3F | 1 | 167 | 60 | 43 |
| Octal | 374 | 130 | 134 | 0 | 101 | 77 | 1 | 547 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1011100 | 0 | 1000001 | 111111 | 1 | 101100111 | 1100000 | 1000011 |
Color Harmonies of #FC585C
Complementary color
Monochromatic Colors of #FC585C
Black with #FC585C
Text Example
Text Example
White with #FC585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC585C; }
p { color: rgb(252,88,92); }
H1.HeaderClassName
{
color: #FC585C;
}
.AnyTagClassName
{
color: #FC585C;
}
</style>
background-color css
<style>
a { background-color: #FC585C; }
a { background-color: rgb(252,88,92); }
div.DivClassName
{
background-color: #FC585C;
}
.BgClassName
{
background-color: #FC585C;
}
</style>
border-color css
<style>
span { border-color: #FC585C; }
span { border-color: rgb(252,88,92); }
td.TdClassName
{
border-color: #FC585C;
}
.TagClassName
{
border-color: #FC585C;
}
</style>