Shades of Wild Watermelon #FC616D
Tints of Wild Watermelon #FC616D
RGB
CMYK
RGB Variations
Color information
#FC616D (or 0xFC616D) is known color: Wild Watermelon. HEX triplet: FC, 61 and 6D. RGB value is (252,97,109). Sum of RGB (Red+Green+Blue) = 252+97+109=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC616D is #039E92. Grayscale: #909090. Windows color (decimal): -237203 or 7168508. OLE color: 7168508.
HSL color Cylindrical-coordinate representation of color #FC616D: hue angle of 355.35º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC616D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 109 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.01 |
| HSL | 355.35º | 0.96% | 0.68% | - |
| HSV(B) | 355.35º | 0.62% | 0.99% | - |
| XYZ | 47.18 | 30.35 | 17.84 | - |
| YUV | 144.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 109 | 0 | 0.62 | 0.57 | 0.01 | 355.35 | 0.96 | 0.68 |
| Hex | FC | 61 | 6D | 0 | 3E | 39 | 1 | 163 | 60 | 44 |
| Octal | 374 | 141 | 155 | 0 | 76 | 71 | 1 | 543 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1101101 | 0 | 111110 | 111001 | 1 | 101100011 | 1100000 | 1000100 |
Color Harmonies of #FC616D
Complementary color
Monochromatic Colors of #FC616D
Black with #FC616D
Text Example
Text Example
White with #FC616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC616D; }
p { color: rgb(252,97,109); }
H1.HeaderClassName
{
color: #FC616D;
}
.AnyTagClassName
{
color: #FC616D;
}
</style>
background-color css
<style>
a { background-color: #FC616D; }
a { background-color: rgb(252,97,109); }
div.DivClassName
{
background-color: #FC616D;
}
.BgClassName
{
background-color: #FC616D;
}
</style>
border-color css
<style>
span { border-color: #FC616D; }
span { border-color: rgb(252,97,109); }
td.TdClassName
{
border-color: #FC616D;
}
.TagClassName
{
border-color: #FC616D;
}
</style>