Shades of Wild Watermelon #FC5076
Tints of Wild Watermelon #FC5076
RGB
CMYK
RGB Variations
Color information
#FC5076 (or 0xFC5076) is known color: Wild Watermelon. HEX triplet: FC, 50 and 76. RGB value is (252,80,118). Sum of RGB (Red+Green+Blue) = 252+80+118=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5076 is #03AF89. Grayscale: #878787. Windows color (decimal): -241546 or 7753980. OLE color: 7753980.
HSL color Cylindrical-coordinate representation of color #FC5076: hue angle of 346.74º 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 #FC5076 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 118 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.01 |
| HSL | 346.74º | 0.97% | 0.65% | - |
| HSV(B) | 346.74º | 0.68% | 0.99% | - |
| XYZ | 46.28 | 27.74 | 20.05 | - |
| YUV | 135.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 118 | 0 | 0.68 | 0.53 | 0.01 | 346.74 | 0.97 | 0.65 |
| Hex | FC | 50 | 76 | 0 | 44 | 35 | 1 | 15B | 61 | 41 |
| Octal | 374 | 120 | 166 | 0 | 104 | 65 | 1 | 533 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1110110 | 0 | 1000100 | 110101 | 1 | 101011011 | 1100001 | 1000001 |
Color Harmonies of #FC5076
Complementary color
Monochromatic Colors of #FC5076
Black with #FC5076
Text Example
Text Example
White with #FC5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5076; }
p { color: rgb(252,80,118); }
H1.HeaderClassName
{
color: #FC5076;
}
.AnyTagClassName
{
color: #FC5076;
}
</style>
background-color css
<style>
a { background-color: #FC5076; }
a { background-color: rgb(252,80,118); }
div.DivClassName
{
background-color: #FC5076;
}
.BgClassName
{
background-color: #FC5076;
}
</style>
border-color css
<style>
span { border-color: #FC5076; }
span { border-color: rgb(252,80,118); }
td.TdClassName
{
border-color: #FC5076;
}
.TagClassName
{
border-color: #FC5076;
}
</style>