Shades of Wild Watermelon #FC6170
Tints of Wild Watermelon #FC6170
RGB
CMYK
RGB Variations
Color information
#FC6170 (or 0xFC6170) is known color: Wild Watermelon. HEX triplet: FC, 61 and 70. RGB value is (252,97,112). Sum of RGB (Red+Green+Blue) = 252+97+112=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6170 is #039E8F. Grayscale: #919191. Windows color (decimal): -237200 or 7365116. OLE color: 7365116.
HSL color Cylindrical-coordinate representation of color #FC6170: hue angle of 354.19º 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 #FC6170 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 112 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.01 |
| HSL | 354.19º | 0.96% | 0.68% | - |
| HSV(B) | 354.19º | 0.62% | 0.99% | - |
| XYZ | 47.34 | 30.41 | 18.7 | - |
| YUV | 145.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 112 | 0 | 0.62 | 0.56 | 0.01 | 354.19 | 0.96 | 0.68 |
| Hex | FC | 61 | 70 | 0 | 3E | 38 | 1 | 162 | 60 | 44 |
| Octal | 374 | 141 | 160 | 0 | 76 | 70 | 1 | 542 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1110000 | 0 | 111110 | 111000 | 1 | 101100010 | 1100000 | 1000100 |
Color Harmonies of #FC6170
Complementary color
Monochromatic Colors of #FC6170
Black with #FC6170
Text Example
Text Example
White with #FC6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6170; }
p { color: rgb(252,97,112); }
H1.HeaderClassName
{
color: #FC6170;
}
.AnyTagClassName
{
color: #FC6170;
}
</style>
background-color css
<style>
a { background-color: #FC6170; }
a { background-color: rgb(252,97,112); }
div.DivClassName
{
background-color: #FC6170;
}
.BgClassName
{
background-color: #FC6170;
}
</style>
border-color css
<style>
span { border-color: #FC6170; }
span { border-color: rgb(252,97,112); }
td.TdClassName
{
border-color: #FC6170;
}
.TagClassName
{
border-color: #FC6170;
}
</style>