Shades of Wild Watermelon #FC4870
Tints of Wild Watermelon #FC4870
RGB
CMYK
RGB Variations
Color information
#FC4870 (or 0xFC4870) is known color: Wild Watermelon. HEX triplet: FC, 48 and 70. RGB value is (252,72,112). Sum of RGB (Red+Green+Blue) = 252+72+112=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4870 is #03B78F. Grayscale: #828282. Windows color (decimal): -243600 or 7358716. OLE color: 7358716.
HSL color Cylindrical-coordinate representation of color #FC4870: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4870 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 112 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.01 |
| HSL | 346.67º | 0.97% | 0.64% | - |
| HSV(B) | 346.67º | 0.71% | 0.99% | - |
| XYZ | 45.39 | 26.5 | 18.05 | - |
| YUV | 130.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 112 | 0 | 0.71 | 0.56 | 0.01 | 346.67 | 0.97 | 0.64 |
| Hex | FC | 48 | 70 | 0 | 47 | 38 | 1 | 15B | 61 | 40 |
| Octal | 374 | 110 | 160 | 0 | 107 | 70 | 1 | 533 | 141 | 100 |
| Binary | 11111100 | 1001000 | 1110000 | 0 | 1000111 | 111000 | 1 | 101011011 | 1100001 | 1000000 |
Color Harmonies of #FC4870
Complementary color
Monochromatic Colors of #FC4870
Black with #FC4870
Text Example
Text Example
White with #FC4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4870; }
p { color: rgb(252,72,112); }
H1.HeaderClassName
{
color: #FC4870;
}
.AnyTagClassName
{
color: #FC4870;
}
</style>
background-color css
<style>
a { background-color: #FC4870; }
a { background-color: rgb(252,72,112); }
div.DivClassName
{
background-color: #FC4870;
}
.BgClassName
{
background-color: #FC4870;
}
</style>
border-color css
<style>
span { border-color: #FC4870; }
span { border-color: rgb(252,72,112); }
td.TdClassName
{
border-color: #FC4870;
}
.TagClassName
{
border-color: #FC4870;
}
</style>