Shades of Wild Watermelon #FF527A
Tints of Wild Watermelon #FF527A
RGB
CMYK
RGB Variations
Color information
#FF527A (or 0xFF527A) is known color: Wild Watermelon. HEX triplet: FF, 52 and 7A. RGB value is (255,82,122). Sum of RGB (Red+Green+Blue) = 255+82+122=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527A is #00AD85. Grayscale: #8A8A8A. Windows color (decimal): -44422 or 8016639. OLE color: 8016639.
HSL color Cylindrical-coordinate representation of color #FF527A: hue angle of 346.13º 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 #FF527A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 122 | - |
| CMYK | 0 | 0.68 | 0.52 | 0 |
| HSL | 346.13º | 1% | 0.66% | - |
| HSV(B) | 346.13º | 0.68% | 1% | - |
| XYZ | 47.77 | 28.7 | 21.43 | - |
| YUV | 138.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 122 | 0 | 0.68 | 0.52 | 0 | 346.13 | 1 | 0.66 |
| Hex | FF | 52 | 7A | 0 | 44 | 34 | 0 | 15A | 64 | 42 |
| Octal | 377 | 122 | 172 | 0 | 104 | 64 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1111010 | 0 | 1000100 | 110100 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF527A
Complementary color
Monochromatic Colors of #FF527A
Black with #FF527A
Text Example
Text Example
White with #FF527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF527A; }
p { color: rgb(255,82,122); }
H1.HeaderClassName
{
color: #FF527A;
}
.AnyTagClassName
{
color: #FF527A;
}
</style>
background-color css
<style>
a { background-color: #FF527A; }
a { background-color: rgb(255,82,122); }
div.DivClassName
{
background-color: #FF527A;
}
.BgClassName
{
background-color: #FF527A;
}
</style>
border-color css
<style>
span { border-color: #FF527A; }
span { border-color: rgb(255,82,122); }
td.TdClassName
{
border-color: #FF527A;
}
.TagClassName
{
border-color: #FF527A;
}
</style>