Shades of Wild Watermelon #FF526C
Tints of Wild Watermelon #FF526C
RGB
CMYK
RGB Variations
Color information
#FF526C (or 0xFF526C) is known color: Wild Watermelon. HEX triplet: FF, 52 and 6C. RGB value is (255,82,108). Sum of RGB (Red+Green+Blue) = 255+82+108=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF526C is #00AD93. Grayscale: #888888. Windows color (decimal): -44436 or 7099135. OLE color: 7099135.
HSL color Cylindrical-coordinate representation of color #FF526C: hue angle of 350.98º 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 #FF526C is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 108 | - |
| CMYK | 0 | 0.68 | 0.58 | 0 |
| HSL | 350.98º | 1% | 0.66% | - |
| HSV(B) | 350.98º | 0.68% | 1% | - |
| XYZ | 46.96 | 28.38 | 17.19 | - |
| YUV | 136.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 108 | 0 | 0.68 | 0.58 | 0 | 350.98 | 1 | 0.66 |
| Hex | FF | 52 | 6C | 0 | 44 | 3A | 0 | 15F | 64 | 42 |
| Octal | 377 | 122 | 154 | 0 | 104 | 72 | 0 | 537 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1101100 | 0 | 1000100 | 111010 | 0 | 101011111 | 1100100 | 1000010 |
Color Harmonies of #FF526C
Complementary color
Monochromatic Colors of #FF526C
Black with #FF526C
Text Example
Text Example
White with #FF526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF526C; }
p { color: rgb(255,82,108); }
H1.HeaderClassName
{
color: #FF526C;
}
.AnyTagClassName
{
color: #FF526C;
}
</style>
background-color css
<style>
a { background-color: #FF526C; }
a { background-color: rgb(255,82,108); }
div.DivClassName
{
background-color: #FF526C;
}
.BgClassName
{
background-color: #FF526C;
}
</style>
border-color css
<style>
span { border-color: #FF526C; }
span { border-color: rgb(255,82,108); }
td.TdClassName
{
border-color: #FF526C;
}
.TagClassName
{
border-color: #FF526C;
}
</style>