Shades of Wild Watermelon #FC517D
Tints of Wild Watermelon #FC517D
RGB
CMYK
RGB Variations
Color information
#FC517D (or 0xFC517D) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7D. RGB value is (252,81,125). Sum of RGB (Red+Green+Blue) = 252+81+125=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517D is #03AE82. Grayscale: #898989. Windows color (decimal): -241283 or 8212988. OLE color: 8212988.
HSL color Cylindrical-coordinate representation of color #FC517D: hue angle of 344.56º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC517D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 125 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.01 |
| HSL | 344.56º | 0.97% | 0.65% | - |
| HSV(B) | 344.56º | 0.68% | 0.99% | - |
| XYZ | 46.79 | 28.06 | 22.35 | - |
| YUV | 137.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 125 | 0 | 0.68 | 0.50 | 0.01 | 344.56 | 0.97 | 0.65 |
| Hex | FC | 51 | 7D | 0 | 44 | 32 | 1 | 159 | 61 | 41 |
| Octal | 374 | 121 | 175 | 0 | 104 | 62 | 1 | 531 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1111101 | 0 | 1000100 | 110010 | 1 | 101011001 | 1100001 | 1000001 |
Color Harmonies of #FC517D
Complementary color
Monochromatic Colors of #FC517D
Black with #FC517D
Text Example
Text Example
White with #FC517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC517D; }
p { color: rgb(252,81,125); }
H1.HeaderClassName
{
color: #FC517D;
}
.AnyTagClassName
{
color: #FC517D;
}
</style>
background-color css
<style>
a { background-color: #FC517D; }
a { background-color: rgb(252,81,125); }
div.DivClassName
{
background-color: #FC517D;
}
.BgClassName
{
background-color: #FC517D;
}
</style>
border-color css
<style>
span { border-color: #FC517D; }
span { border-color: rgb(252,81,125); }
td.TdClassName
{
border-color: #FC517D;
}
.TagClassName
{
border-color: #FC517D;
}
</style>