Shades of Wild Watermelon #FF5280
Tints of Wild Watermelon #FF5280
RGB
CMYK
RGB Variations
Color information
#FF5280 (or 0xFF5280) is known color: Wild Watermelon. HEX triplet: FF, 52 and 80. RGB value is (255,82,128). Sum of RGB (Red+Green+Blue) = 255+82+128=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5280 is #00AD7F. Grayscale: #8A8A8A. Windows color (decimal): -44416 or 8409855. OLE color: 8409855.
HSL color Cylindrical-coordinate representation of color #FF5280: hue angle of 344.05º 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 #FF5280 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 128 | - |
| CMYK | 0 | 0.68 | 0.50 | 0 |
| HSL | 344.05º | 1% | 0.66% | - |
| HSV(B) | 344.05º | 0.68% | 1% | - |
| XYZ | 48.15 | 28.85 | 23.45 | - |
| YUV | 138.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 128 | 0 | 0.68 | 0.50 | 0 | 344.05 | 1 | 0.66 |
| Hex | FF | 52 | 80 | 0 | 44 | 32 | 0 | 158 | 64 | 42 |
| Octal | 377 | 122 | 200 | 0 | 104 | 62 | 0 | 530 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10000000 | 0 | 1000100 | 110010 | 0 | 101011000 | 1100100 | 1000010 |
Color Harmonies of #FF5280
Complementary color
Monochromatic Colors of #FF5280
Black with #FF5280
Text Example
Text Example
White with #FF5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5280; }
p { color: rgb(255,82,128); }
H1.HeaderClassName
{
color: #FF5280;
}
.AnyTagClassName
{
color: #FF5280;
}
</style>
background-color css
<style>
a { background-color: #FF5280; }
a { background-color: rgb(255,82,128); }
div.DivClassName
{
background-color: #FF5280;
}
.BgClassName
{
background-color: #FF5280;
}
</style>
border-color css
<style>
span { border-color: #FF5280; }
span { border-color: rgb(255,82,128); }
td.TdClassName
{
border-color: #FF5280;
}
.TagClassName
{
border-color: #FF5280;
}
</style>