Shades of Wild Watermelon #FC4C74
Tints of Wild Watermelon #FC4C74
RGB
CMYK
RGB Variations
Color information
#FC4C74 (or 0xFC4C74) is known color: Wild Watermelon. HEX triplet: FC, 4C and 74. RGB value is (252,76,116). Sum of RGB (Red+Green+Blue) = 252+76+116=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C74 is #03B38B. Grayscale: #858585. Windows color (decimal): -242572 or 7621884. OLE color: 7621884.
HSL color Cylindrical-coordinate representation of color #FC4C74: hue angle of 346.36º 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 #FC4C74 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 116 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.01 |
| HSL | 346.36º | 0.97% | 0.64% | - |
| HSV(B) | 346.36º | 0.7% | 0.99% | - |
| XYZ | 45.88 | 27.13 | 19.34 | - |
| YUV | 133.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 116 | 0 | 0.70 | 0.54 | 0.01 | 346.36 | 0.97 | 0.64 |
| Hex | FC | 4C | 74 | 0 | 46 | 36 | 1 | 15A | 61 | 40 |
| Octal | 374 | 114 | 164 | 0 | 106 | 66 | 1 | 532 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1110100 | 0 | 1000110 | 110110 | 1 | 101011010 | 1100001 | 1000000 |
Color Harmonies of #FC4C74
Complementary color
Monochromatic Colors of #FC4C74
Black with #FC4C74
Text Example
Text Example
White with #FC4C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C74; }
p { color: rgb(252,76,116); }
H1.HeaderClassName
{
color: #FC4C74;
}
.AnyTagClassName
{
color: #FC4C74;
}
</style>
background-color css
<style>
a { background-color: #FC4C74; }
a { background-color: rgb(252,76,116); }
div.DivClassName
{
background-color: #FC4C74;
}
.BgClassName
{
background-color: #FC4C74;
}
</style>
border-color css
<style>
span { border-color: #FC4C74; }
span { border-color: rgb(252,76,116); }
td.TdClassName
{
border-color: #FC4C74;
}
.TagClassName
{
border-color: #FC4C74;
}
</style>