Shades of Wild Watermelon #FC527C
Tints of Wild Watermelon #FC527C
RGB
CMYK
RGB Variations
Color information
#FC527C (or 0xFC527C) is known color: Wild Watermelon. HEX triplet: FC, 52 and 7C. RGB value is (252,82,124). Sum of RGB (Red+Green+Blue) = 252+82+124=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC527C is #03AD83. Grayscale: #898989. Windows color (decimal): -241028 or 8147708. OLE color: 8147708.
HSL color Cylindrical-coordinate representation of color #FC527C: hue angle of 345.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC527C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 124 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.01 |
| HSL | 345.18º | 0.97% | 0.65% | - |
| HSV(B) | 345.18º | 0.67% | 0.99% | - |
| XYZ | 46.8 | 28.19 | 22.04 | - |
| YUV | 137.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 124 | 0 | 0.67 | 0.51 | 0.01 | 345.18 | 0.97 | 0.65 |
| Hex | FC | 52 | 7C | 0 | 43 | 33 | 1 | 159 | 61 | 41 |
| Octal | 374 | 122 | 174 | 0 | 103 | 63 | 1 | 531 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1111100 | 0 | 1000011 | 110011 | 1 | 101011001 | 1100001 | 1000001 |
Color Harmonies of #FC527C
Complementary color
Monochromatic Colors of #FC527C
Black with #FC527C
Text Example
Text Example
White with #FC527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC527C; }
p { color: rgb(252,82,124); }
H1.HeaderClassName
{
color: #FC527C;
}
.AnyTagClassName
{
color: #FC527C;
}
</style>
background-color css
<style>
a { background-color: #FC527C; }
a { background-color: rgb(252,82,124); }
div.DivClassName
{
background-color: #FC527C;
}
.BgClassName
{
background-color: #FC527C;
}
</style>
border-color css
<style>
span { border-color: #FC527C; }
span { border-color: rgb(252,82,124); }
td.TdClassName
{
border-color: #FC527C;
}
.TagClassName
{
border-color: #FC527C;
}
</style>