Shades of Wild Watermelon #FC606D
Tints of Wild Watermelon #FC606D
RGB
CMYK
RGB Variations
Color information
#FC606D (or 0xFC606D) is known color: Wild Watermelon. HEX triplet: FC, 60 and 6D. RGB value is (252,96,109). Sum of RGB (Red+Green+Blue) = 252+96+109=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC606D is #039F92. Grayscale: #909090. Windows color (decimal): -237459 or 7168252. OLE color: 7168252.
HSL color Cylindrical-coordinate representation of color #FC606D: hue angle of 355º 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 #FC606D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 109 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.01 |
| HSL | 355º | 0.96% | 0.68% | - |
| HSV(B) | 355º | 0.62% | 0.99% | - |
| XYZ | 47.09 | 30.17 | 17.81 | - |
| YUV | 144.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 109 | 0 | 0.62 | 0.57 | 0.01 | 355 | 0.96 | 0.68 |
| Hex | FC | 60 | 6D | 0 | 3E | 39 | 1 | 163 | 60 | 44 |
| Octal | 374 | 140 | 155 | 0 | 76 | 71 | 1 | 543 | 140 | 104 |
| Binary | 11111100 | 1100000 | 1101101 | 0 | 111110 | 111001 | 1 | 101100011 | 1100000 | 1000100 |
Color Harmonies of #FC606D
Complementary color
Monochromatic Colors of #FC606D
Black with #FC606D
Text Example
Text Example
White with #FC606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC606D; }
p { color: rgb(252,96,109); }
H1.HeaderClassName
{
color: #FC606D;
}
.AnyTagClassName
{
color: #FC606D;
}
</style>
background-color css
<style>
a { background-color: #FC606D; }
a { background-color: rgb(252,96,109); }
div.DivClassName
{
background-color: #FC606D;
}
.BgClassName
{
background-color: #FC606D;
}
</style>
border-color css
<style>
span { border-color: #FC606D; }
span { border-color: rgb(252,96,109); }
td.TdClassName
{
border-color: #FC606D;
}
.TagClassName
{
border-color: #FC606D;
}
</style>