Shades of Wild Watermelon #FF526D
Tints of Wild Watermelon #FF526D
RGB
CMYK
RGB Variations
Color information
#FF526D (or 0xFF526D) is known color: Wild Watermelon. HEX triplet: FF, 52 and 6D. RGB value is (255,82,109). Sum of RGB (Red+Green+Blue) = 255+82+109=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF526D is #00AD92. Grayscale: #888888. Windows color (decimal): -44435 or 7164671. OLE color: 7164671.
HSL color Cylindrical-coordinate representation of color #FF526D: hue angle of 350.64º 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 #FF526D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 109 | - |
| CMYK | 0 | 0.68 | 0.57 | 0 |
| HSL | 350.64º | 1% | 0.66% | - |
| HSV(B) | 350.64º | 0.68% | 1% | - |
| XYZ | 47.02 | 28.4 | 17.47 | - |
| YUV | 136.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 109 | 0 | 0.68 | 0.57 | 0 | 350.64 | 1 | 0.66 |
| Hex | FF | 52 | 6D | 0 | 44 | 39 | 0 | 15F | 64 | 42 |
| Octal | 377 | 122 | 155 | 0 | 104 | 71 | 0 | 537 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1101101 | 0 | 1000100 | 111001 | 0 | 101011111 | 1100100 | 1000010 |
Color Harmonies of #FF526D
Complementary color
Monochromatic Colors of #FF526D
Black with #FF526D
Text Example
Text Example
White with #FF526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF526D; }
p { color: rgb(255,82,109); }
H1.HeaderClassName
{
color: #FF526D;
}
.AnyTagClassName
{
color: #FF526D;
}
</style>
background-color css
<style>
a { background-color: #FF526D; }
a { background-color: rgb(255,82,109); }
div.DivClassName
{
background-color: #FF526D;
}
.BgClassName
{
background-color: #FF526D;
}
</style>
border-color css
<style>
span { border-color: #FF526D; }
span { border-color: rgb(255,82,109); }
td.TdClassName
{
border-color: #FF526D;
}
.TagClassName
{
border-color: #FF526D;
}
</style>