Shades of Wild Watermelon #FC6172
Tints of Wild Watermelon #FC6172
RGB
CMYK
RGB Variations
Color information
#FC6172 (or 0xFC6172) is known color: Wild Watermelon. HEX triplet: FC, 61 and 72. RGB value is (252,97,114). Sum of RGB (Red+Green+Blue) = 252+97+114=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6172 is #039E8D. Grayscale: #919191. Windows color (decimal): -237198 or 7496188. OLE color: 7496188.
HSL color Cylindrical-coordinate representation of color #FC6172: hue angle of 353.42º 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 #FC6172 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 114 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.01 |
| HSL | 353.42º | 0.96% | 0.68% | - |
| HSV(B) | 353.42º | 0.62% | 0.99% | - |
| XYZ | 47.46 | 30.46 | 19.3 | - |
| YUV | 145.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 114 | 0 | 0.62 | 0.55 | 0.01 | 353.42 | 0.96 | 0.68 |
| Hex | FC | 61 | 72 | 0 | 3E | 37 | 1 | 161 | 60 | 44 |
| Octal | 374 | 141 | 162 | 0 | 76 | 67 | 1 | 541 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1110010 | 0 | 111110 | 110111 | 1 | 101100001 | 1100000 | 1000100 |
Color Harmonies of #FC6172
Complementary color
Monochromatic Colors of #FC6172
Black with #FC6172
Text Example
Text Example
White with #FC6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6172; }
p { color: rgb(252,97,114); }
H1.HeaderClassName
{
color: #FC6172;
}
.AnyTagClassName
{
color: #FC6172;
}
</style>
background-color css
<style>
a { background-color: #FC6172; }
a { background-color: rgb(252,97,114); }
div.DivClassName
{
background-color: #FC6172;
}
.BgClassName
{
background-color: #FC6172;
}
</style>
border-color css
<style>
span { border-color: #FC6172; }
span { border-color: rgb(252,97,114); }
td.TdClassName
{
border-color: #FC6172;
}
.TagClassName
{
border-color: #FC6172;
}
</style>