Shades of Wild Watermelon #FC5B64
Tints of Wild Watermelon #FC5B64
RGB
CMYK
RGB Variations
Color information
#FC5B64 (or 0xFC5B64) is known color: Wild Watermelon. HEX triplet: FC, 5B and 64. RGB value is (252,91,100). Sum of RGB (Red+Green+Blue) = 252+91+100=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B64 is #03A49B. Grayscale: #8C8C8C. Windows color (decimal): -238748 or 6577148. OLE color: 6577148.
HSL color Cylindrical-coordinate representation of color #FC5B64: hue angle of 356.65º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5B64 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 100 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.01 |
| HSL | 356.65º | 0.96% | 0.67% | - |
| HSV(B) | 356.65º | 0.64% | 0.99% | - |
| XYZ | 46.19 | 29.1 | 15.24 | - |
| YUV | 140.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 100 | 0 | 0.64 | 0.60 | 0.01 | 356.65 | 0.96 | 0.67 |
| Hex | FC | 5B | 64 | 0 | 40 | 3C | 1 | 165 | 60 | 43 |
| Octal | 374 | 133 | 144 | 0 | 100 | 74 | 1 | 545 | 140 | 103 |
| Binary | 11111100 | 1011011 | 1100100 | 0 | 1000000 | 111100 | 1 | 101100101 | 1100000 | 1000011 |
Color Harmonies of #FC5B64
Complementary color
Monochromatic Colors of #FC5B64
Black with #FC5B64
Text Example
Text Example
White with #FC5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B64; }
p { color: rgb(252,91,100); }
H1.HeaderClassName
{
color: #FC5B64;
}
.AnyTagClassName
{
color: #FC5B64;
}
</style>
background-color css
<style>
a { background-color: #FC5B64; }
a { background-color: rgb(252,91,100); }
div.DivClassName
{
background-color: #FC5B64;
}
.BgClassName
{
background-color: #FC5B64;
}
</style>
border-color css
<style>
span { border-color: #FC5B64; }
span { border-color: rgb(252,91,100); }
td.TdClassName
{
border-color: #FC5B64;
}
.TagClassName
{
border-color: #FC5B64;
}
</style>