Shades of Wild Watermelon #FF527D
Tints of Wild Watermelon #FF527D
RGB
CMYK
RGB Variations
Color information
#FF527D (or 0xFF527D) is known color: Wild Watermelon. HEX triplet: FF, 52 and 7D. RGB value is (255,82,125). Sum of RGB (Red+Green+Blue) = 255+82+125=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527D is #00AD82. Grayscale: #8A8A8A. Windows color (decimal): -44419 or 8213247. OLE color: 8213247.
HSL color Cylindrical-coordinate representation of color #FF527D: hue angle of 345.09º 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 #FF527D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 125 | - |
| CMYK | 0 | 0.68 | 0.51 | 0 |
| HSL | 345.09º | 1% | 0.66% | - |
| HSV(B) | 345.09º | 0.68% | 1% | - |
| XYZ | 47.96 | 28.78 | 22.43 | - |
| YUV | 138.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 125 | 0 | 0.68 | 0.51 | 0 | 345.09 | 1 | 0.66 |
| Hex | FF | 52 | 7D | 0 | 44 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 122 | 175 | 0 | 104 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1111101 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF527D
Complementary color
Monochromatic Colors of #FF527D
Black with #FF527D
Text Example
Text Example
White with #FF527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF527D; }
p { color: rgb(255,82,125); }
H1.HeaderClassName
{
color: #FF527D;
}
.AnyTagClassName
{
color: #FF527D;
}
</style>
background-color css
<style>
a { background-color: #FF527D; }
a { background-color: rgb(255,82,125); }
div.DivClassName
{
background-color: #FF527D;
}
.BgClassName
{
background-color: #FF527D;
}
</style>
border-color css
<style>
span { border-color: #FF527D; }
span { border-color: rgb(255,82,125); }
td.TdClassName
{
border-color: #FF527D;
}
.TagClassName
{
border-color: #FF527D;
}
</style>