Shades of Wild Watermelon #FF527B
Tints of Wild Watermelon #FF527B
RGB
CMYK
RGB Variations
Color information
#FF527B (or 0xFF527B) is known color: Wild Watermelon. HEX triplet: FF, 52 and 7B. RGB value is (255,82,123). Sum of RGB (Red+Green+Blue) = 255+82+123=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527B is #00AD84. Grayscale: #8A8A8A. Windows color (decimal): -44421 or 8082175. OLE color: 8082175.
HSL color Cylindrical-coordinate representation of color #FF527B: hue angle of 345.78º 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 #FF527B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 123 | - |
| CMYK | 0 | 0.68 | 0.52 | 0 |
| HSL | 345.78º | 1% | 0.66% | - |
| HSV(B) | 345.78º | 0.68% | 1% | - |
| XYZ | 47.83 | 28.72 | 21.76 | - |
| YUV | 138.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 123 | 0 | 0.68 | 0.52 | 0 | 345.78 | 1 | 0.66 |
| Hex | FF | 52 | 7B | 0 | 44 | 34 | 0 | 15A | 64 | 42 |
| Octal | 377 | 122 | 173 | 0 | 104 | 64 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1111011 | 0 | 1000100 | 110100 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF527B
Complementary color
Monochromatic Colors of #FF527B
Black with #FF527B
Text Example
Text Example
White with #FF527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF527B; }
p { color: rgb(255,82,123); }
H1.HeaderClassName
{
color: #FF527B;
}
.AnyTagClassName
{
color: #FF527B;
}
</style>
background-color css
<style>
a { background-color: #FF527B; }
a { background-color: rgb(255,82,123); }
div.DivClassName
{
background-color: #FF527B;
}
.BgClassName
{
background-color: #FF527B;
}
</style>
border-color css
<style>
span { border-color: #FF527B; }
span { border-color: rgb(255,82,123); }
td.TdClassName
{
border-color: #FF527B;
}
.TagClassName
{
border-color: #FF527B;
}
</style>