Shades of Wild Watermelon #FC646C
Tints of Wild Watermelon #FC646C
RGB
CMYK
RGB Variations
Color information
#FC646C (or 0xFC646C) is known color: Wild Watermelon. HEX triplet: FC, 64 and 6C. RGB value is (252,100,108). Sum of RGB (Red+Green+Blue) = 252+100+108=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC646C is #039B93. Grayscale: #929292. Windows color (decimal): -236436 or 7103740. OLE color: 7103740.
HSL color Cylindrical-coordinate representation of color #FC646C: hue angle of 356.84º 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 #FC646C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 356.84º | 0.96% | 0.69% | - |
| HSV(B) | 356.84º | 0.6% | 0.99% | - |
| XYZ | 47.41 | 30.89 | 17.65 | - |
| YUV | 146.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 108 | 0 | 0.60 | 0.57 | 0.01 | 356.84 | 0.96 | 0.69 |
| Hex | FC | 64 | 6C | 0 | 3C | 39 | 1 | 165 | 60 | 45 |
| Octal | 374 | 144 | 154 | 0 | 74 | 71 | 1 | 545 | 140 | 105 |
| Binary | 11111100 | 1100100 | 1101100 | 0 | 111100 | 111001 | 1 | 101100101 | 1100000 | 1000101 |
Color Harmonies of #FC646C
Complementary color
Monochromatic Colors of #FC646C
Black with #FC646C
Text Example
Text Example
White with #FC646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC646C; }
p { color: rgb(252,100,108); }
H1.HeaderClassName
{
color: #FC646C;
}
.AnyTagClassName
{
color: #FC646C;
}
</style>
background-color css
<style>
a { background-color: #FC646C; }
a { background-color: rgb(252,100,108); }
div.DivClassName
{
background-color: #FC646C;
}
.BgClassName
{
background-color: #FC646C;
}
</style>
border-color css
<style>
span { border-color: #FC646C; }
span { border-color: rgb(252,100,108); }
td.TdClassName
{
border-color: #FC646C;
}
.TagClassName
{
border-color: #FC646C;
}
</style>