Shades of Wild Watermelon #FC4C7C
Tints of Wild Watermelon #FC4C7C
RGB
CMYK
RGB Variations
Color information
#FC4C7C (or 0xFC4C7C) is known color: Wild Watermelon. HEX triplet: FC, 4C and 7C. RGB value is (252,76,124). Sum of RGB (Red+Green+Blue) = 252+76+124=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C7C is #03B383. Grayscale: #868686. Windows color (decimal): -242564 or 8146172. OLE color: 8146172.
HSL color Cylindrical-coordinate representation of color #FC4C7C: hue angle of 343.64º 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 #FC4C7C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 124 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.01 |
| HSL | 343.64º | 0.97% | 0.64% | - |
| HSV(B) | 343.64º | 0.7% | 0.99% | - |
| XYZ | 46.37 | 27.32 | 21.9 | - |
| YUV | 134.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 124 | 0 | 0.70 | 0.51 | 0.01 | 343.64 | 0.97 | 0.64 |
| Hex | FC | 4C | 7C | 0 | 46 | 33 | 1 | 158 | 61 | 40 |
| Octal | 374 | 114 | 174 | 0 | 106 | 63 | 1 | 530 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1111100 | 0 | 1000110 | 110011 | 1 | 101011000 | 1100001 | 1000000 |
Color Harmonies of #FC4C7C
Complementary color
Monochromatic Colors of #FC4C7C
Black with #FC4C7C
Text Example
Text Example
White with #FC4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C7C; }
p { color: rgb(252,76,124); }
H1.HeaderClassName
{
color: #FC4C7C;
}
.AnyTagClassName
{
color: #FC4C7C;
}
</style>
background-color css
<style>
a { background-color: #FC4C7C; }
a { background-color: rgb(252,76,124); }
div.DivClassName
{
background-color: #FC4C7C;
}
.BgClassName
{
background-color: #FC4C7C;
}
</style>
border-color css
<style>
span { border-color: #FC4C7C; }
span { border-color: rgb(252,76,124); }
td.TdClassName
{
border-color: #FC4C7C;
}
.TagClassName
{
border-color: #FC4C7C;
}
</style>