Shades of Wild Watermelon #FC585E
Tints of Wild Watermelon #FC585E
RGB
CMYK
RGB Variations
Color information
#FC585E (or 0xFC585E) is known color: Wild Watermelon. HEX triplet: FC, 58 and 5E. RGB value is (252,88,94). Sum of RGB (Red+Green+Blue) = 252+88+94=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC585E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC585E is #03A7A1. Grayscale: #898989. Windows color (decimal): -239522 or 6183164. OLE color: 6183164.
HSL color Cylindrical-coordinate representation of color #FC585E: hue angle of 357.8º 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 #FC585E is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 94 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 357.8º | 0.96% | 0.67% | - |
| HSV(B) | 357.8º | 0.65% | 0.99% | - |
| XYZ | 45.65 | 28.48 | 13.68 | - |
| YUV | 137.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 94 | 0 | 0.65 | 0.63 | 0.01 | 357.8 | 0.96 | 0.67 |
| Hex | FC | 58 | 5E | 0 | 41 | 3F | 1 | 166 | 60 | 43 |
| Octal | 374 | 130 | 136 | 0 | 101 | 77 | 1 | 546 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1011110 | 0 | 1000001 | 111111 | 1 | 101100110 | 1100000 | 1000011 |
Color Harmonies of #FC585E
Complementary color
Monochromatic Colors of #FC585E
Black with #FC585E
Text Example
Text Example
White with #FC585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC585E; }
p { color: rgb(252,88,94); }
H1.HeaderClassName
{
color: #FC585E;
}
.AnyTagClassName
{
color: #FC585E;
}
</style>
background-color css
<style>
a { background-color: #FC585E; }
a { background-color: rgb(252,88,94); }
div.DivClassName
{
background-color: #FC585E;
}
.BgClassName
{
background-color: #FC585E;
}
</style>
border-color css
<style>
span { border-color: #FC585E; }
span { border-color: rgb(252,88,94); }
td.TdClassName
{
border-color: #FC585E;
}
.TagClassName
{
border-color: #FC585E;
}
</style>