Shades of Wild Watermelon #FC4C6C
Tints of Wild Watermelon #FC4C6C
RGB
CMYK
RGB Variations
Color information
#FC4C6C (or 0xFC4C6C) is known color: Wild Watermelon. HEX triplet: FC, 4C and 6C. RGB value is (252,76,108). Sum of RGB (Red+Green+Blue) = 252+76+108=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C6C is #03B393. Grayscale: #848484. Windows color (decimal): -242580 or 7097596. OLE color: 7097596.
HSL color Cylindrical-coordinate representation of color #FC4C6C: hue angle of 349.09º 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 #FC4C6C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 108 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.01 |
| HSL | 349.09º | 0.97% | 0.64% | - |
| HSV(B) | 349.09º | 0.7% | 0.99% | - |
| XYZ | 45.44 | 26.95 | 16.99 | - |
| YUV | 132.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 108 | 0 | 0.70 | 0.57 | 0.01 | 349.09 | 0.97 | 0.64 |
| Hex | FC | 4C | 6C | 0 | 46 | 39 | 1 | 15D | 61 | 40 |
| Octal | 374 | 114 | 154 | 0 | 106 | 71 | 1 | 535 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1101100 | 0 | 1000110 | 111001 | 1 | 101011101 | 1100001 | 1000000 |
Color Harmonies of #FC4C6C
Complementary color
Monochromatic Colors of #FC4C6C
Black with #FC4C6C
Text Example
Text Example
White with #FC4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C6C; }
p { color: rgb(252,76,108); }
H1.HeaderClassName
{
color: #FC4C6C;
}
.AnyTagClassName
{
color: #FC4C6C;
}
</style>
background-color css
<style>
a { background-color: #FC4C6C; }
a { background-color: rgb(252,76,108); }
div.DivClassName
{
background-color: #FC4C6C;
}
.BgClassName
{
background-color: #FC4C6C;
}
</style>
border-color css
<style>
span { border-color: #FC4C6C; }
span { border-color: rgb(252,76,108); }
td.TdClassName
{
border-color: #FC4C6C;
}
.TagClassName
{
border-color: #FC4C6C;
}
</style>