Shades of Wild Watermelon #FC5C60
Tints of Wild Watermelon #FC5C60
RGB
CMYK
RGB Variations
Color information
#FC5C60 (or 0xFC5C60) is known color: Wild Watermelon. HEX triplet: FC, 5C and 60. RGB value is (252,92,96). Sum of RGB (Red+Green+Blue) = 252+92+96=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C60 is #03A39F. Grayscale: #8C8C8C. Windows color (decimal): -238496 or 6315260. OLE color: 6315260.
HSL color Cylindrical-coordinate representation of color #FC5C60: hue angle of 358.5º 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 #FC5C60 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 96 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.01 |
| HSL | 358.5º | 0.96% | 0.67% | - |
| HSV(B) | 358.5º | 0.63% | 0.99% | - |
| XYZ | 46.08 | 29.19 | 14.27 | - |
| YUV | 140.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 96 | 0 | 0.63 | 0.62 | 0.01 | 358.5 | 0.96 | 0.67 |
| Hex | FC | 5C | 60 | 0 | 3F | 3E | 1 | 166 | 60 | 43 |
| Octal | 374 | 134 | 140 | 0 | 77 | 76 | 1 | 546 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1100000 | 0 | 111111 | 111110 | 1 | 101100110 | 1100000 | 1000011 |
Color Harmonies of #FC5C60
Complementary color
Monochromatic Colors of #FC5C60
Black with #FC5C60
Text Example
Text Example
White with #FC5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C60; }
p { color: rgb(252,92,96); }
H1.HeaderClassName
{
color: #FC5C60;
}
.AnyTagClassName
{
color: #FC5C60;
}
</style>
background-color css
<style>
a { background-color: #FC5C60; }
a { background-color: rgb(252,92,96); }
div.DivClassName
{
background-color: #FC5C60;
}
.BgClassName
{
background-color: #FC5C60;
}
</style>
border-color css
<style>
span { border-color: #FC5C60; }
span { border-color: rgb(252,92,96); }
td.TdClassName
{
border-color: #FC5C60;
}
.TagClassName
{
border-color: #FC5C60;
}
</style>