Shades of Wild Watermelon #FC5973
Tints of Wild Watermelon #FC5973
RGB
CMYK
RGB Variations
Color information
#FC5973 (or 0xFC5973) is known color: Wild Watermelon. HEX triplet: FC, 59 and 73. RGB value is (252,89,115). Sum of RGB (Red+Green+Blue) = 252+89+115=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5973 is #03A68C. Grayscale: #8C8C8C. Windows color (decimal): -239245 or 7559676. OLE color: 7559676.
HSL color Cylindrical-coordinate representation of color #FC5973: hue angle of 350.43º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5973 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 115 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.01 |
| HSL | 350.43º | 0.96% | 0.67% | - |
| HSV(B) | 350.43º | 0.65% | 0.99% | - |
| XYZ | 46.81 | 29.08 | 19.37 | - |
| YUV | 140.7 | 113.5 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 115 | 0 | 0.65 | 0.54 | 0.01 | 350.43 | 0.96 | 0.67 |
| Hex | FC | 59 | 73 | 0 | 41 | 36 | 1 | 15E | 60 | 43 |
| Octal | 374 | 131 | 163 | 0 | 101 | 66 | 1 | 536 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1110011 | 0 | 1000001 | 110110 | 1 | 101011110 | 1100000 | 1000011 |
Color Harmonies of #FC5973
Complementary color
Monochromatic Colors of #FC5973
Black with #FC5973
Text Example
Text Example
White with #FC5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5973; }
p { color: rgb(252,89,115); }
H1.HeaderClassName
{
color: #FC5973;
}
.AnyTagClassName
{
color: #FC5973;
}
</style>
background-color css
<style>
a { background-color: #FC5973; }
a { background-color: rgb(252,89,115); }
div.DivClassName
{
background-color: #FC5973;
}
.BgClassName
{
background-color: #FC5973;
}
</style>
border-color css
<style>
span { border-color: #FC5973; }
span { border-color: rgb(252,89,115); }
td.TdClassName
{
border-color: #FC5973;
}
.TagClassName
{
border-color: #FC5973;
}
</style>