Shades of Wild Watermelon #FC585D
Tints of Wild Watermelon #FC585D
RGB
CMYK
RGB Variations
Color information
#FC585D (or 0xFC585D) is known color: Wild Watermelon. HEX triplet: FC, 58 and 5D. RGB value is (252,88,93). Sum of RGB (Red+Green+Blue) = 252+88+93=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC585D is #03A7A2. Grayscale: #898989. Windows color (decimal): -239523 or 6117628. OLE color: 6117628.
HSL color Cylindrical-coordinate representation of color #FC585D: hue angle of 358.17º 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 #FC585D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 93 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 358.17º | 0.96% | 0.67% | - |
| HSV(B) | 358.17º | 0.65% | 0.99% | - |
| XYZ | 45.61 | 28.47 | 13.45 | - |
| YUV | 137.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 93 | 0 | 0.65 | 0.63 | 0.01 | 358.17 | 0.96 | 0.67 |
| Hex | FC | 58 | 5D | 0 | 41 | 3F | 1 | 166 | 60 | 43 |
| Octal | 374 | 130 | 135 | 0 | 101 | 77 | 1 | 546 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1011101 | 0 | 1000001 | 111111 | 1 | 101100110 | 1100000 | 1000011 |
Color Harmonies of #FC585D
Complementary color
Monochromatic Colors of #FC585D
Black with #FC585D
Text Example
Text Example
White with #FC585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC585D; }
p { color: rgb(252,88,93); }
H1.HeaderClassName
{
color: #FC585D;
}
.AnyTagClassName
{
color: #FC585D;
}
</style>
background-color css
<style>
a { background-color: #FC585D; }
a { background-color: rgb(252,88,93); }
div.DivClassName
{
background-color: #FC585D;
}
.BgClassName
{
background-color: #FC585D;
}
</style>
border-color css
<style>
span { border-color: #FC585D; }
span { border-color: rgb(252,88,93); }
td.TdClassName
{
border-color: #FC585D;
}
.TagClassName
{
border-color: #FC585D;
}
</style>