Shades of Wild Watermelon #FC5A72
Tints of Wild Watermelon #FC5A72
RGB
CMYK
RGB Variations
Color information
#FC5A72 (or 0xFC5A72) is known color: Wild Watermelon. HEX triplet: FC, 5A and 72. RGB value is (252,90,114). Sum of RGB (Red+Green+Blue) = 252+90+114=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A72 is #03A58D. Grayscale: #8D8D8D. Windows color (decimal): -238990 or 7494396. OLE color: 7494396.
HSL color Cylindrical-coordinate representation of color #FC5A72: hue angle of 351.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A72 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 114 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.01 |
| HSL | 351.11º | 0.96% | 0.67% | - |
| HSV(B) | 351.11º | 0.64% | 0.99% | - |
| XYZ | 46.84 | 29.22 | 19.09 | - |
| YUV | 141.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 114 | 0 | 0.64 | 0.55 | 0.01 | 351.11 | 0.96 | 0.67 |
| Hex | FC | 5A | 72 | 0 | 40 | 37 | 1 | 15F | 60 | 43 |
| Octal | 374 | 132 | 162 | 0 | 100 | 67 | 1 | 537 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1110010 | 0 | 1000000 | 110111 | 1 | 101011111 | 1100000 | 1000011 |
Color Harmonies of #FC5A72
Complementary color
Monochromatic Colors of #FC5A72
Black with #FC5A72
Text Example
Text Example
White with #FC5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A72; }
p { color: rgb(252,90,114); }
H1.HeaderClassName
{
color: #FC5A72;
}
.AnyTagClassName
{
color: #FC5A72;
}
</style>
background-color css
<style>
a { background-color: #FC5A72; }
a { background-color: rgb(252,90,114); }
div.DivClassName
{
background-color: #FC5A72;
}
.BgClassName
{
background-color: #FC5A72;
}
</style>
border-color css
<style>
span { border-color: #FC5A72; }
span { border-color: rgb(252,90,114); }
td.TdClassName
{
border-color: #FC5A72;
}
.TagClassName
{
border-color: #FC5A72;
}
</style>