Shades of Wild Watermelon #FC4C65
Tints of Wild Watermelon #FC4C65
RGB
CMYK
RGB Variations
Color information
#FC4C65 (or 0xFC4C65) is known color: Wild Watermelon. HEX triplet: FC, 4C and 65. RGB value is (252,76,101). Sum of RGB (Red+Green+Blue) = 252+76+101=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C65 is #03B39A. Grayscale: #838383. Windows color (decimal): -242587 or 6638844. OLE color: 6638844.
HSL color Cylindrical-coordinate representation of color #FC4C65: hue angle of 351.48º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C65 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 101 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.01 |
| HSL | 351.48º | 0.97% | 0.64% | - |
| HSV(B) | 351.48º | 0.7% | 0.99% | - |
| XYZ | 45.08 | 26.8 | 15.11 | - |
| YUV | 131.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 101 | 0 | 0.70 | 0.60 | 0.01 | 351.48 | 0.97 | 0.64 |
| Hex | FC | 4C | 65 | 0 | 46 | 3C | 1 | 15F | 61 | 40 |
| Octal | 374 | 114 | 145 | 0 | 106 | 74 | 1 | 537 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1100101 | 0 | 1000110 | 111100 | 1 | 101011111 | 1100001 | 1000000 |
Color Harmonies of #FC4C65
Complementary color
Monochromatic Colors of #FC4C65
Black with #FC4C65
Text Example
Text Example
White with #FC4C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C65; }
p { color: rgb(252,76,101); }
H1.HeaderClassName
{
color: #FC4C65;
}
.AnyTagClassName
{
color: #FC4C65;
}
</style>
background-color css
<style>
a { background-color: #FC4C65; }
a { background-color: rgb(252,76,101); }
div.DivClassName
{
background-color: #FC4C65;
}
.BgClassName
{
background-color: #FC4C65;
}
</style>
border-color css
<style>
span { border-color: #FC4C65; }
span { border-color: rgb(252,76,101); }
td.TdClassName
{
border-color: #FC4C65;
}
.TagClassName
{
border-color: #FC4C65;
}
</style>