Shades of Wild Watermelon #FC527F
Tints of Wild Watermelon #FC527F
RGB
CMYK
RGB Variations
Color information
#FC527F (or 0xFC527F) is known color: Wild Watermelon. HEX triplet: FC, 52 and 7F. RGB value is (252,82,127). Sum of RGB (Red+Green+Blue) = 252+82+127=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC527F is #03AD80. Grayscale: #898989. Windows color (decimal): -241025 or 8344316. OLE color: 8344316.
HSL color Cylindrical-coordinate representation of color #FC527F: hue angle of 344.12º 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 #FC527F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 127 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.01 |
| HSL | 344.12º | 0.97% | 0.65% | - |
| HSV(B) | 344.12º | 0.67% | 0.99% | - |
| XYZ | 46.99 | 28.26 | 23.06 | - |
| YUV | 137.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 127 | 0 | 0.67 | 0.50 | 0.01 | 344.12 | 0.97 | 0.65 |
| Hex | FC | 52 | 7F | 0 | 43 | 32 | 1 | 158 | 61 | 41 |
| Octal | 374 | 122 | 177 | 0 | 103 | 62 | 1 | 530 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1111111 | 0 | 1000011 | 110010 | 1 | 101011000 | 1100001 | 1000001 |
Color Harmonies of #FC527F
Complementary color
Monochromatic Colors of #FC527F
Black with #FC527F
Text Example
Text Example
White with #FC527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC527F; }
p { color: rgb(252,82,127); }
H1.HeaderClassName
{
color: #FC527F;
}
.AnyTagClassName
{
color: #FC527F;
}
</style>
background-color css
<style>
a { background-color: #FC527F; }
a { background-color: rgb(252,82,127); }
div.DivClassName
{
background-color: #FC527F;
}
.BgClassName
{
background-color: #FC527F;
}
</style>
border-color css
<style>
span { border-color: #FC527F; }
span { border-color: rgb(252,82,127); }
td.TdClassName
{
border-color: #FC527F;
}
.TagClassName
{
border-color: #FC527F;
}
</style>