Shades of Wild Watermelon #FC4472
Tints of Wild Watermelon #FC4472
RGB
CMYK
RGB Variations
Color information
#FC4472 (or 0xFC4472) is known color: Wild Watermelon. HEX triplet: FC, 44 and 72. RGB value is (252,68,114). Sum of RGB (Red+Green+Blue) = 252+68+114=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4472 is #03BB8D. Grayscale: #808080. Windows color (decimal): -244622 or 7488764. OLE color: 7488764.
HSL color Cylindrical-coordinate representation of color #FC4472: hue angle of 345º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4472 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 114 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.01 |
| HSL | 345º | 0.97% | 0.63% | - |
| HSV(B) | 345º | 0.73% | 0.99% | - |
| XYZ | 45.25 | 26.04 | 18.56 | - |
| YUV | 128.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 114 | 0 | 0.73 | 0.55 | 0.01 | 345 | 0.97 | 0.63 |
| Hex | FC | 44 | 72 | 0 | 49 | 37 | 1 | 159 | 61 | 3F |
| Octal | 374 | 104 | 162 | 0 | 111 | 67 | 1 | 531 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1110010 | 0 | 1001001 | 110111 | 1 | 101011001 | 1100001 | 111111 |
Color Harmonies of #FC4472
Complementary color
Monochromatic Colors of #FC4472
Black with #FC4472
Text Example
Text Example
White with #FC4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4472; }
p { color: rgb(252,68,114); }
H1.HeaderClassName
{
color: #FC4472;
}
.AnyTagClassName
{
color: #FC4472;
}
</style>
background-color css
<style>
a { background-color: #FC4472; }
a { background-color: rgb(252,68,114); }
div.DivClassName
{
background-color: #FC4472;
}
.BgClassName
{
background-color: #FC4472;
}
</style>
border-color css
<style>
span { border-color: #FC4472; }
span { border-color: rgb(252,68,114); }
td.TdClassName
{
border-color: #FC4472;
}
.TagClassName
{
border-color: #FC4472;
}
</style>