Shades of Wild Watermelon #FF526B
Tints of Wild Watermelon #FF526B
RGB
CMYK
RGB Variations
Color information
#FF526B (or 0xFF526B) is known color: Wild Watermelon. HEX triplet: FF, 52 and 6B. RGB value is (255,82,107). Sum of RGB (Red+Green+Blue) = 255+82+107=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF526B is #00AD94. Grayscale: #888888. Windows color (decimal): -44437 or 7033599. OLE color: 7033599.
HSL color Cylindrical-coordinate representation of color #FF526B: hue angle of 351.33º 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 #FF526B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 107 | - |
| CMYK | 0 | 0.68 | 0.58 | 0 |
| HSL | 351.33º | 1% | 0.66% | - |
| HSV(B) | 351.33º | 0.68% | 1% | - |
| XYZ | 46.91 | 28.36 | 16.91 | - |
| YUV | 136.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 107 | 0 | 0.68 | 0.58 | 0 | 351.33 | 1 | 0.66 |
| Hex | FF | 52 | 6B | 0 | 44 | 3A | 0 | 15F | 64 | 42 |
| Octal | 377 | 122 | 153 | 0 | 104 | 72 | 0 | 537 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1101011 | 0 | 1000100 | 111010 | 0 | 101011111 | 1100100 | 1000010 |
Color Harmonies of #FF526B
Complementary color
Monochromatic Colors of #FF526B
Black with #FF526B
Text Example
Text Example
White with #FF526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF526B; }
p { color: rgb(255,82,107); }
H1.HeaderClassName
{
color: #FF526B;
}
.AnyTagClassName
{
color: #FF526B;
}
</style>
background-color css
<style>
a { background-color: #FF526B; }
a { background-color: rgb(255,82,107); }
div.DivClassName
{
background-color: #FF526B;
}
.BgClassName
{
background-color: #FF526B;
}
</style>
border-color css
<style>
span { border-color: #FF526B; }
span { border-color: rgb(255,82,107); }
td.TdClassName
{
border-color: #FF526B;
}
.TagClassName
{
border-color: #FF526B;
}
</style>