Shades of Wild Watermelon #FC517C
Tints of Wild Watermelon #FC517C
RGB
CMYK
RGB Variations
Color information
#FC517C (or 0xFC517C) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7C. RGB value is (252,81,124). Sum of RGB (Red+Green+Blue) = 252+81+124=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517C is #03AE83. Grayscale: #898989. Windows color (decimal): -241284 or 8147452. OLE color: 8147452.
HSL color Cylindrical-coordinate representation of color #FC517C: hue angle of 344.91º 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 #FC517C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 124 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.01 |
| HSL | 344.91º | 0.97% | 0.65% | - |
| HSV(B) | 344.91º | 0.68% | 0.99% | - |
| XYZ | 46.73 | 28.04 | 22.02 | - |
| YUV | 137.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 124 | 0 | 0.68 | 0.51 | 0.01 | 344.91 | 0.97 | 0.65 |
| Hex | FC | 51 | 7C | 0 | 44 | 33 | 1 | 159 | 61 | 41 |
| Octal | 374 | 121 | 174 | 0 | 104 | 63 | 1 | 531 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1111100 | 0 | 1000100 | 110011 | 1 | 101011001 | 1100001 | 1000001 |
Color Harmonies of #FC517C
Complementary color
Monochromatic Colors of #FC517C
Black with #FC517C
Text Example
Text Example
White with #FC517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC517C; }
p { color: rgb(252,81,124); }
H1.HeaderClassName
{
color: #FC517C;
}
.AnyTagClassName
{
color: #FC517C;
}
</style>
background-color css
<style>
a { background-color: #FC517C; }
a { background-color: rgb(252,81,124); }
div.DivClassName
{
background-color: #FC517C;
}
.BgClassName
{
background-color: #FC517C;
}
</style>
border-color css
<style>
span { border-color: #FC517C; }
span { border-color: rgb(252,81,124); }
td.TdClassName
{
border-color: #FC517C;
}
.TagClassName
{
border-color: #FC517C;
}
</style>