Shades of Wild Watermelon #FC5E64
Tints of Wild Watermelon #FC5E64
RGB
CMYK
RGB Variations
Color information
#FC5E64 (or 0xFC5E64) is known color: Wild Watermelon. HEX triplet: FC, 5E and 64. RGB value is (252,94,100). Sum of RGB (Red+Green+Blue) = 252+94+100=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E64 is #03A19B. Grayscale: #8E8E8E. Windows color (decimal): -237980 or 6577916. OLE color: 6577916.
HSL color Cylindrical-coordinate representation of color #FC5E64: hue angle of 357.72º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5E64 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 100 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.01 |
| HSL | 357.72º | 0.96% | 0.68% | - |
| HSV(B) | 357.72º | 0.63% | 0.99% | - |
| XYZ | 46.45 | 29.62 | 15.33 | - |
| YUV | 141.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 100 | 0 | 0.63 | 0.60 | 0.01 | 357.72 | 0.96 | 0.68 |
| Hex | FC | 5E | 64 | 0 | 3F | 3C | 1 | 166 | 60 | 44 |
| Octal | 374 | 136 | 144 | 0 | 77 | 74 | 1 | 546 | 140 | 104 |
| Binary | 11111100 | 1011110 | 1100100 | 0 | 111111 | 111100 | 1 | 101100110 | 1100000 | 1000100 |
Color Harmonies of #FC5E64
Complementary color
Monochromatic Colors of #FC5E64
Black with #FC5E64
Text Example
Text Example
White with #FC5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E64; }
p { color: rgb(252,94,100); }
H1.HeaderClassName
{
color: #FC5E64;
}
.AnyTagClassName
{
color: #FC5E64;
}
</style>
background-color css
<style>
a { background-color: #FC5E64; }
a { background-color: rgb(252,94,100); }
div.DivClassName
{
background-color: #FC5E64;
}
.BgClassName
{
background-color: #FC5E64;
}
</style>
border-color css
<style>
span { border-color: #FC5E64; }
span { border-color: rgb(252,94,100); }
td.TdClassName
{
border-color: #FC5E64;
}
.TagClassName
{
border-color: #FC5E64;
}
</style>