Shades of Wild Watermelon #FC656D
Tints of Wild Watermelon #FC656D
RGB
CMYK
RGB Variations
Color information
#FC656D (or 0xFC656D) is known color: Wild Watermelon. HEX triplet: FC, 65 and 6D. RGB value is (252,101,109). Sum of RGB (Red+Green+Blue) = 252+101+109=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC656D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC656D is #039A92. Grayscale: #939393. Windows color (decimal): -236179 or 7169532. OLE color: 7169532.
HSL color Cylindrical-coordinate representation of color #FC656D: hue angle of 356.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC656D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 109 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 356.82º | 0.96% | 0.69% | - |
| HSV(B) | 356.82º | 0.6% | 0.99% | - |
| XYZ | 47.56 | 31.11 | 17.97 | - |
| YUV | 147.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 109 | 0 | 0.60 | 0.57 | 0.01 | 356.82 | 0.96 | 0.69 |
| Hex | FC | 65 | 6D | 0 | 3C | 39 | 1 | 165 | 60 | 45 |
| Octal | 374 | 145 | 155 | 0 | 74 | 71 | 1 | 545 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1101101 | 0 | 111100 | 111001 | 1 | 101100101 | 1100000 | 1000101 |
Color Harmonies of #FC656D
Complementary color
Monochromatic Colors of #FC656D
Black with #FC656D
Text Example
Text Example
White with #FC656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC656D; }
p { color: rgb(252,101,109); }
H1.HeaderClassName
{
color: #FC656D;
}
.AnyTagClassName
{
color: #FC656D;
}
</style>
background-color css
<style>
a { background-color: #FC656D; }
a { background-color: rgb(252,101,109); }
div.DivClassName
{
background-color: #FC656D;
}
.BgClassName
{
background-color: #FC656D;
}
</style>
border-color css
<style>
span { border-color: #FC656D; }
span { border-color: rgb(252,101,109); }
td.TdClassName
{
border-color: #FC656D;
}
.TagClassName
{
border-color: #FC656D;
}
</style>