Shades of Wild Watermelon #FC5471
Tints of Wild Watermelon #FC5471
RGB
CMYK
RGB Variations
Color information
#FC5471 (or 0xFC5471) is known color: Wild Watermelon. HEX triplet: FC, 54 and 71. RGB value is (252,84,113). Sum of RGB (Red+Green+Blue) = 252+84+113=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5471 is #03AB8E. Grayscale: #898989. Windows color (decimal): -240527 or 7427324. OLE color: 7427324.
HSL color Cylindrical-coordinate representation of color #FC5471: hue angle of 349.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5471 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 113 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.01 |
| HSL | 349.64º | 0.97% | 0.66% | - |
| HSV(B) | 349.64º | 0.67% | 0.99% | - |
| XYZ | 46.3 | 28.23 | 18.63 | - |
| YUV | 137.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 113 | 0 | 0.67 | 0.55 | 0.01 | 349.64 | 0.97 | 0.66 |
| Hex | FC | 54 | 71 | 0 | 43 | 37 | 1 | 15E | 61 | 42 |
| Octal | 374 | 124 | 161 | 0 | 103 | 67 | 1 | 536 | 141 | 102 |
| Binary | 11111100 | 1010100 | 1110001 | 0 | 1000011 | 110111 | 1 | 101011110 | 1100001 | 1000010 |
Color Harmonies of #FC5471
Complementary color
Monochromatic Colors of #FC5471
Black with #FC5471
Text Example
Text Example
White with #FC5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5471; }
p { color: rgb(252,84,113); }
H1.HeaderClassName
{
color: #FC5471;
}
.AnyTagClassName
{
color: #FC5471;
}
</style>
background-color css
<style>
a { background-color: #FC5471; }
a { background-color: rgb(252,84,113); }
div.DivClassName
{
background-color: #FC5471;
}
.BgClassName
{
background-color: #FC5471;
}
</style>
border-color css
<style>
span { border-color: #FC5471; }
span { border-color: rgb(252,84,113); }
td.TdClassName
{
border-color: #FC5471;
}
.TagClassName
{
border-color: #FC5471;
}
</style>