Shades of Wild Watermelon #FC6471
Tints of Wild Watermelon #FC6471
RGB
CMYK
RGB Variations
Color information
#FC6471 (or 0xFC6471) is known color: Wild Watermelon. HEX triplet: FC, 64 and 71. RGB value is (252,100,113). Sum of RGB (Red+Green+Blue) = 252+100+113=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6471 is #039B8E. Grayscale: #939393. Windows color (decimal): -236431 or 7431420. OLE color: 7431420.
HSL color Cylindrical-coordinate representation of color #FC6471: hue angle of 354.87º 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 #FC6471 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 113 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.01 |
| HSL | 354.87º | 0.96% | 0.69% | - |
| HSV(B) | 354.87º | 0.6% | 0.99% | - |
| XYZ | 47.68 | 31 | 19.09 | - |
| YUV | 146.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 113 | 0 | 0.60 | 0.55 | 0.01 | 354.87 | 0.96 | 0.69 |
| Hex | FC | 64 | 71 | 0 | 3C | 37 | 1 | 163 | 60 | 45 |
| Octal | 374 | 144 | 161 | 0 | 74 | 67 | 1 | 543 | 140 | 105 |
| Binary | 11111100 | 1100100 | 1110001 | 0 | 111100 | 110111 | 1 | 101100011 | 1100000 | 1000101 |
Color Harmonies of #FC6471
Complementary color
Monochromatic Colors of #FC6471
Black with #FC6471
Text Example
Text Example
White with #FC6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6471; }
p { color: rgb(252,100,113); }
H1.HeaderClassName
{
color: #FC6471;
}
.AnyTagClassName
{
color: #FC6471;
}
</style>
background-color css
<style>
a { background-color: #FC6471; }
a { background-color: rgb(252,100,113); }
div.DivClassName
{
background-color: #FC6471;
}
.BgClassName
{
background-color: #FC6471;
}
</style>
border-color css
<style>
span { border-color: #FC6471; }
span { border-color: rgb(252,100,113); }
td.TdClassName
{
border-color: #FC6471;
}
.TagClassName
{
border-color: #FC6471;
}
</style>