Shades of Wild Watermelon #FF527C
Tints of Wild Watermelon #FF527C
RGB
CMYK
RGB Variations
Color information
#FF527C (or 0xFF527C) is known color: Wild Watermelon. HEX triplet: FF, 52 and 7C. RGB value is (255,82,124). Sum of RGB (Red+Green+Blue) = 255+82+124=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527C is #00AD83. Grayscale: #8A8A8A. Windows color (decimal): -44420 or 8147711. OLE color: 8147711.
HSL color Cylindrical-coordinate representation of color #FF527C: hue angle of 345.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF527C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 124 | - |
| CMYK | 0 | 0.68 | 0.51 | 0 |
| HSL | 345.43º | 1% | 0.66% | - |
| HSV(B) | 345.43º | 0.68% | 1% | - |
| XYZ | 47.9 | 28.75 | 22.09 | - |
| YUV | 138.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 124 | 0 | 0.68 | 0.51 | 0 | 345.43 | 1 | 0.66 |
| Hex | FF | 52 | 7C | 0 | 44 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 122 | 174 | 0 | 104 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1111100 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF527C
Complementary color
Monochromatic Colors of #FF527C
Black with #FF527C
Text Example
Text Example
White with #FF527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF527C; }
p { color: rgb(255,82,124); }
H1.HeaderClassName
{
color: #FF527C;
}
.AnyTagClassName
{
color: #FF527C;
}
</style>
background-color css
<style>
a { background-color: #FF527C; }
a { background-color: rgb(255,82,124); }
div.DivClassName
{
background-color: #FF527C;
}
.BgClassName
{
background-color: #FF527C;
}
</style>
border-color css
<style>
span { border-color: #FF527C; }
span { border-color: rgb(255,82,124); }
td.TdClassName
{
border-color: #FF527C;
}
.TagClassName
{
border-color: #FF527C;
}
</style>