Shades of Wild Watermelon #FC5C5E
Tints of Wild Watermelon #FC5C5E
RGB
CMYK
RGB Variations
Color information
#FC5C5E (or 0xFC5C5E) is known color: Wild Watermelon. HEX triplet: FC, 5C and 5E. RGB value is (252,92,94). Sum of RGB (Red+Green+Blue) = 252+92+94=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C5E is #03A3A1. Grayscale: #8C8C8C. Windows color (decimal): -238498 or 6184188. OLE color: 6184188.
HSL color Cylindrical-coordinate representation of color #FC5C5E: hue angle of 359.25º 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 #FC5C5E is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 94 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.01 |
| HSL | 359.25º | 0.96% | 0.67% | - |
| HSV(B) | 359.25º | 0.63% | 0.99% | - |
| XYZ | 45.99 | 29.16 | 13.79 | - |
| YUV | 140.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 94 | 0 | 0.63 | 0.63 | 0.01 | 359.25 | 0.96 | 0.67 |
| Hex | FC | 5C | 5E | 0 | 3F | 3F | 1 | 167 | 60 | 43 |
| Octal | 374 | 134 | 136 | 0 | 77 | 77 | 1 | 547 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1011110 | 0 | 111111 | 111111 | 1 | 101100111 | 1100000 | 1000011 |
Color Harmonies of #FC5C5E
Complementary color
Monochromatic Colors of #FC5C5E
Black with #FC5C5E
Text Example
Text Example
White with #FC5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C5E; }
p { color: rgb(252,92,94); }
H1.HeaderClassName
{
color: #FC5C5E;
}
.AnyTagClassName
{
color: #FC5C5E;
}
</style>
background-color css
<style>
a { background-color: #FC5C5E; }
a { background-color: rgb(252,92,94); }
div.DivClassName
{
background-color: #FC5C5E;
}
.BgClassName
{
background-color: #FC5C5E;
}
</style>
border-color css
<style>
span { border-color: #FC5C5E; }
span { border-color: rgb(252,92,94); }
td.TdClassName
{
border-color: #FC5C5E;
}
.TagClassName
{
border-color: #FC5C5E;
}
</style>