Shades of Wild Watermelon #FC4672
Tints of Wild Watermelon #FC4672
RGB
CMYK
RGB Variations
Color information
#FC4672 (or 0xFC4672) is known color: Wild Watermelon. HEX triplet: FC, 46 and 72. RGB value is (252,70,114). Sum of RGB (Red+Green+Blue) = 252+70+114=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4672 is #03B98D. Grayscale: #818181. Windows color (decimal): -244110 or 7489276. OLE color: 7489276.
HSL color Cylindrical-coordinate representation of color #FC4672: hue angle of 345.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC4672 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 114 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.01 |
| HSL | 345.49º | 0.97% | 0.63% | - |
| HSV(B) | 345.49º | 0.72% | 0.99% | - |
| XYZ | 45.37 | 26.29 | 18.6 | - |
| YUV | 129.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 114 | 0 | 0.72 | 0.55 | 0.01 | 345.49 | 0.97 | 0.63 |
| Hex | FC | 46 | 72 | 0 | 48 | 37 | 1 | 159 | 61 | 3F |
| Octal | 374 | 106 | 162 | 0 | 110 | 67 | 1 | 531 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1110010 | 0 | 1001000 | 110111 | 1 | 101011001 | 1100001 | 111111 |
Color Harmonies of #FC4672
Complementary color
Monochromatic Colors of #FC4672
Black with #FC4672
Text Example
Text Example
White with #FC4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4672; }
p { color: rgb(252,70,114); }
H1.HeaderClassName
{
color: #FC4672;
}
.AnyTagClassName
{
color: #FC4672;
}
</style>
background-color css
<style>
a { background-color: #FC4672; }
a { background-color: rgb(252,70,114); }
div.DivClassName
{
background-color: #FC4672;
}
.BgClassName
{
background-color: #FC4672;
}
</style>
border-color css
<style>
span { border-color: #FC4672; }
span { border-color: rgb(252,70,114); }
td.TdClassName
{
border-color: #FC4672;
}
.TagClassName
{
border-color: #FC4672;
}
</style>