Shades of Wild Watermelon #FC527E
Tints of Wild Watermelon #FC527E
RGB
CMYK
RGB Variations
Color information
#FC527E (or 0xFC527E) is known color: Wild Watermelon. HEX triplet: FC, 52 and 7E. RGB value is (252,82,126). Sum of RGB (Red+Green+Blue) = 252+82+126=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC527E is #03AD81. Grayscale: #898989. Windows color (decimal): -241026 or 8278780. OLE color: 8278780.
HSL color Cylindrical-coordinate representation of color #FC527E: hue angle of 344.47º 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 #FC527E is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 126 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.01 |
| HSL | 344.47º | 0.97% | 0.65% | - |
| HSV(B) | 344.47º | 0.67% | 0.99% | - |
| XYZ | 46.93 | 28.24 | 22.72 | - |
| YUV | 137.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 126 | 0 | 0.67 | 0.5 | 0.01 | 344.47 | 0.97 | 0.65 |
| Hex | FC | 52 | 7E | 0 | 43 | 32 | 1 | 158 | 61 | 41 |
| Octal | 374 | 122 | 176 | 0 | 103 | 62 | 1 | 530 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1111110 | 0 | 1000011 | 110010 | 1 | 101011000 | 1100001 | 1000001 |
Color Harmonies of #FC527E
Complementary color
Monochromatic Colors of #FC527E
Black with #FC527E
Text Example
Text Example
White with #FC527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC527E; }
p { color: rgb(252,82,126); }
H1.HeaderClassName
{
color: #FC527E;
}
.AnyTagClassName
{
color: #FC527E;
}
</style>
background-color css
<style>
a { background-color: #FC527E; }
a { background-color: rgb(252,82,126); }
div.DivClassName
{
background-color: #FC527E;
}
.BgClassName
{
background-color: #FC527E;
}
</style>
border-color css
<style>
span { border-color: #FC527E; }
span { border-color: rgb(252,82,126); }
td.TdClassName
{
border-color: #FC527E;
}
.TagClassName
{
border-color: #FC527E;
}
</style>