Shades of Wild Watermelon #FC5072
Tints of Wild Watermelon #FC5072
RGB
CMYK
RGB Variations
Color information
#FC5072 (or 0xFC5072) is known color: Wild Watermelon. HEX triplet: FC, 50 and 72. RGB value is (252,80,114). Sum of RGB (Red+Green+Blue) = 252+80+114=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5072 is #03AF8D. Grayscale: #878787. Windows color (decimal): -241550 or 7491836. OLE color: 7491836.
HSL color Cylindrical-coordinate representation of color #FC5072: hue angle of 348.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5072 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 114 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.01 |
| HSL | 348.14º | 0.97% | 0.65% | - |
| HSV(B) | 348.14º | 0.68% | 0.99% | - |
| XYZ | 46.05 | 27.65 | 18.83 | - |
| YUV | 135.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 114 | 0 | 0.68 | 0.55 | 0.01 | 348.14 | 0.97 | 0.65 |
| Hex | FC | 50 | 72 | 0 | 44 | 37 | 1 | 15C | 61 | 41 |
| Octal | 374 | 120 | 162 | 0 | 104 | 67 | 1 | 534 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1110010 | 0 | 1000100 | 110111 | 1 | 101011100 | 1100001 | 1000001 |
Color Harmonies of #FC5072
Complementary color
Monochromatic Colors of #FC5072
Black with #FC5072
Text Example
Text Example
White with #FC5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5072; }
p { color: rgb(252,80,114); }
H1.HeaderClassName
{
color: #FC5072;
}
.AnyTagClassName
{
color: #FC5072;
}
</style>
background-color css
<style>
a { background-color: #FC5072; }
a { background-color: rgb(252,80,114); }
div.DivClassName
{
background-color: #FC5072;
}
.BgClassName
{
background-color: #FC5072;
}
</style>
border-color css
<style>
span { border-color: #FC5072; }
span { border-color: rgb(252,80,114); }
td.TdClassName
{
border-color: #FC5072;
}
.TagClassName
{
border-color: #FC5072;
}
</style>