Shades of Wild Watermelon #FC656C
Tints of Wild Watermelon #FC656C
RGB
CMYK
RGB Variations
Color information
#FC656C (or 0xFC656C) is known color: Wild Watermelon. HEX triplet: FC, 65 and 6C. RGB value is (252,101,108). Sum of RGB (Red+Green+Blue) = 252+101+108=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC656C is #039A93. Grayscale: #939393. Windows color (decimal): -236180 or 7103996. OLE color: 7103996.
HSL color Cylindrical-coordinate representation of color #FC656C: hue angle of 357.22º 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 #FC656C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 357.22º | 0.96% | 0.69% | - |
| HSV(B) | 357.22º | 0.6% | 0.99% | - |
| XYZ | 47.51 | 31.09 | 17.68 | - |
| YUV | 146.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 108 | 0 | 0.60 | 0.57 | 0.01 | 357.22 | 0.96 | 0.69 |
| Hex | FC | 65 | 6C | 0 | 3C | 39 | 1 | 165 | 60 | 45 |
| Octal | 374 | 145 | 154 | 0 | 74 | 71 | 1 | 545 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1101100 | 0 | 111100 | 111001 | 1 | 101100101 | 1100000 | 1000101 |
Color Harmonies of #FC656C
Complementary color
Monochromatic Colors of #FC656C
Black with #FC656C
Text Example
Text Example
White with #FC656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC656C; }
p { color: rgb(252,101,108); }
H1.HeaderClassName
{
color: #FC656C;
}
.AnyTagClassName
{
color: #FC656C;
}
</style>
background-color css
<style>
a { background-color: #FC656C; }
a { background-color: rgb(252,101,108); }
div.DivClassName
{
background-color: #FC656C;
}
.BgClassName
{
background-color: #FC656C;
}
</style>
border-color css
<style>
span { border-color: #FC656C; }
span { border-color: rgb(252,101,108); }
td.TdClassName
{
border-color: #FC656C;
}
.TagClassName
{
border-color: #FC656C;
}
</style>