Shades of Wild Watermelon #FC6D70
Tints of Wild Watermelon #FC6D70
RGB
CMYK
RGB Variations
Color information
#FC6D70 (or 0xFC6D70) is known color: Wild Watermelon. HEX triplet: FC, 6D and 70. RGB value is (252,109,112). Sum of RGB (Red+Green+Blue) = 252+109+112=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D70 is #03928F. Grayscale: #989898. Windows color (decimal): -234128 or 7368188. OLE color: 7368188.
HSL color Cylindrical-coordinate representation of color #FC6D70: hue angle of 358.74º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D70 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 112 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.01 |
| HSL | 358.74º | 0.96% | 0.71% | - |
| HSV(B) | 358.74º | 0.57% | 0.99% | - |
| XYZ | 48.54 | 32.8 | 19.1 | - |
| YUV | 152.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 112 | 0 | 0.57 | 0.56 | 0.01 | 358.74 | 0.96 | 0.71 |
| Hex | FC | 6D | 70 | 0 | 39 | 38 | 1 | 167 | 60 | 47 |
| Octal | 374 | 155 | 160 | 0 | 71 | 70 | 1 | 547 | 140 | 107 |
| Binary | 11111100 | 1101101 | 1110000 | 0 | 111001 | 111000 | 1 | 101100111 | 1100000 | 1000111 |
Color Harmonies of #FC6D70
Complementary color
Monochromatic Colors of #FC6D70
Black with #FC6D70
Text Example
Text Example
White with #FC6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D70; }
p { color: rgb(252,109,112); }
H1.HeaderClassName
{
color: #FC6D70;
}
.AnyTagClassName
{
color: #FC6D70;
}
</style>
background-color css
<style>
a { background-color: #FC6D70; }
a { background-color: rgb(252,109,112); }
div.DivClassName
{
background-color: #FC6D70;
}
.BgClassName
{
background-color: #FC6D70;
}
</style>
border-color css
<style>
span { border-color: #FC6D70; }
span { border-color: rgb(252,109,112); }
td.TdClassName
{
border-color: #FC6D70;
}
.TagClassName
{
border-color: #FC6D70;
}
</style>