Shades of Wild Watermelon #FC6E73
Tints of Wild Watermelon #FC6E73
RGB
CMYK
RGB Variations
Color information
#FC6E73 (or 0xFC6E73) is known color: Wild Watermelon. HEX triplet: FC, 6E and 73. RGB value is (252,110,115). Sum of RGB (Red+Green+Blue) = 252+110+115=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E73 is #03918C. Grayscale: #999999. Windows color (decimal): -233869 or 7565052. OLE color: 7565052.
HSL color Cylindrical-coordinate representation of color #FC6E73: hue angle of 357.89º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E73 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 115 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.01 |
| HSL | 357.89º | 0.96% | 0.71% | - |
| HSV(B) | 357.89º | 0.56% | 0.99% | - |
| XYZ | 48.82 | 33.09 | 20.03 | - |
| YUV | 153.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 115 | 0 | 0.56 | 0.54 | 0.01 | 357.89 | 0.96 | 0.71 |
| Hex | FC | 6E | 73 | 0 | 38 | 36 | 1 | 166 | 60 | 47 |
| Octal | 374 | 156 | 163 | 0 | 70 | 66 | 1 | 546 | 140 | 107 |
| Binary | 11111100 | 1101110 | 1110011 | 0 | 111000 | 110110 | 1 | 101100110 | 1100000 | 1000111 |
Color Harmonies of #FC6E73
Complementary color
Monochromatic Colors of #FC6E73
Black with #FC6E73
Text Example
Text Example
White with #FC6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E73; }
p { color: rgb(252,110,115); }
H1.HeaderClassName
{
color: #FC6E73;
}
.AnyTagClassName
{
color: #FC6E73;
}
</style>
background-color css
<style>
a { background-color: #FC6E73; }
a { background-color: rgb(252,110,115); }
div.DivClassName
{
background-color: #FC6E73;
}
.BgClassName
{
background-color: #FC6E73;
}
</style>
border-color css
<style>
span { border-color: #FC6E73; }
span { border-color: rgb(252,110,115); }
td.TdClassName
{
border-color: #FC6E73;
}
.TagClassName
{
border-color: #FC6E73;
}
</style>