Shades of Wild Watermelon #FC5C63
Tints of Wild Watermelon #FC5C63
RGB
CMYK
RGB Variations
Color information
#FC5C63 (or 0xFC5C63) is known color: Wild Watermelon. HEX triplet: FC, 5C and 63. RGB value is (252,92,99). Sum of RGB (Red+Green+Blue) = 252+92+99=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C63 is #03A39C. Grayscale: #8C8C8C. Windows color (decimal): -238493 or 6511868. OLE color: 6511868.
HSL color Cylindrical-coordinate representation of color #FC5C63: hue angle of 357.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C63 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 99 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.01 |
| HSL | 357.38º | 0.96% | 0.67% | - |
| HSV(B) | 357.38º | 0.63% | 0.99% | - |
| XYZ | 46.22 | 29.25 | 15.01 | - |
| YUV | 140.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 99 | 0 | 0.63 | 0.61 | 0.01 | 357.38 | 0.96 | 0.67 |
| Hex | FC | 5C | 63 | 0 | 3F | 3D | 1 | 165 | 60 | 43 |
| Octal | 374 | 134 | 143 | 0 | 77 | 75 | 1 | 545 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1100011 | 0 | 111111 | 111101 | 1 | 101100101 | 1100000 | 1000011 |
Color Harmonies of #FC5C63
Complementary color
Monochromatic Colors of #FC5C63
Black with #FC5C63
Text Example
Text Example
White with #FC5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C63; }
p { color: rgb(252,92,99); }
H1.HeaderClassName
{
color: #FC5C63;
}
.AnyTagClassName
{
color: #FC5C63;
}
</style>
background-color css
<style>
a { background-color: #FC5C63; }
a { background-color: rgb(252,92,99); }
div.DivClassName
{
background-color: #FC5C63;
}
.BgClassName
{
background-color: #FC5C63;
}
</style>
border-color css
<style>
span { border-color: #FC5C63; }
span { border-color: rgb(252,92,99); }
td.TdClassName
{
border-color: #FC5C63;
}
.TagClassName
{
border-color: #FC5C63;
}
</style>