Shades of Wild Watermelon #FC5575
Tints of Wild Watermelon #FC5575
RGB
CMYK
RGB Variations
Color information
#FC5575 (or 0xFC5575) is known color: Wild Watermelon. HEX triplet: FC, 55 and 75. RGB value is (252,85,117). Sum of RGB (Red+Green+Blue) = 252+85+117=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5575 is #03AA8A. Grayscale: #8A8A8A. Windows color (decimal): -240267 or 7689724. OLE color: 7689724.
HSL color Cylindrical-coordinate representation of color #FC5575: hue angle of 348.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5575 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 117 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.01 |
| HSL | 348.5º | 0.97% | 0.66% | - |
| HSV(B) | 348.5º | 0.66% | 0.99% | - |
| XYZ | 46.6 | 28.48 | 19.87 | - |
| YUV | 138.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 117 | 0 | 0.66 | 0.54 | 0.01 | 348.5 | 0.97 | 0.66 |
| Hex | FC | 55 | 75 | 0 | 42 | 36 | 1 | 15D | 61 | 42 |
| Octal | 374 | 125 | 165 | 0 | 102 | 66 | 1 | 535 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1110101 | 0 | 1000010 | 110110 | 1 | 101011101 | 1100001 | 1000010 |
Color Harmonies of #FC5575
Complementary color
Monochromatic Colors of #FC5575
Black with #FC5575
Text Example
Text Example
White with #FC5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5575; }
p { color: rgb(252,85,117); }
H1.HeaderClassName
{
color: #FC5575;
}
.AnyTagClassName
{
color: #FC5575;
}
</style>
background-color css
<style>
a { background-color: #FC5575; }
a { background-color: rgb(252,85,117); }
div.DivClassName
{
background-color: #FC5575;
}
.BgClassName
{
background-color: #FC5575;
}
</style>
border-color css
<style>
span { border-color: #FC5575; }
span { border-color: rgb(252,85,117); }
td.TdClassName
{
border-color: #FC5575;
}
.TagClassName
{
border-color: #FC5575;
}
</style>