Shades of Wild Watermelon #FC577C
Tints of Wild Watermelon #FC577C
RGB
CMYK
RGB Variations
Color information
#FC577C (or 0xFC577C) is known color: Wild Watermelon. HEX triplet: FC, 57 and 7C. RGB value is (252,87,124). Sum of RGB (Red+Green+Blue) = 252+87+124=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC577C is #03A883. Grayscale: #8C8C8C. Windows color (decimal): -239748 or 8148988. OLE color: 8148988.
HSL color Cylindrical-coordinate representation of color #FC577C: hue angle of 346.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC577C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 124 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.01 |
| HSL | 346.55º | 0.96% | 0.66% | - |
| HSV(B) | 346.55º | 0.65% | 0.99% | - |
| XYZ | 47.19 | 28.97 | 22.17 | - |
| YUV | 140.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 124 | 0 | 0.65 | 0.51 | 0.01 | 346.55 | 0.96 | 0.66 |
| Hex | FC | 57 | 7C | 0 | 41 | 33 | 1 | 15B | 60 | 42 |
| Octal | 374 | 127 | 174 | 0 | 101 | 63 | 1 | 533 | 140 | 102 |
| Binary | 11111100 | 1010111 | 1111100 | 0 | 1000001 | 110011 | 1 | 101011011 | 1100000 | 1000010 |
Color Harmonies of #FC577C
Complementary color
Monochromatic Colors of #FC577C
Black with #FC577C
Text Example
Text Example
White with #FC577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC577C; }
p { color: rgb(252,87,124); }
H1.HeaderClassName
{
color: #FC577C;
}
.AnyTagClassName
{
color: #FC577C;
}
</style>
background-color css
<style>
a { background-color: #FC577C; }
a { background-color: rgb(252,87,124); }
div.DivClassName
{
background-color: #FC577C;
}
.BgClassName
{
background-color: #FC577C;
}
</style>
border-color css
<style>
span { border-color: #FC577C; }
span { border-color: rgb(252,87,124); }
td.TdClassName
{
border-color: #FC577C;
}
.TagClassName
{
border-color: #FC577C;
}
</style>