Shades of Wild Watermelon #FF5265
Tints of Wild Watermelon #FF5265
RGB
CMYK
RGB Variations
Color information
#FF5265 (or 0xFF5265) is known color: Wild Watermelon. HEX triplet: FF, 52 and 65. RGB value is (255,82,101). Sum of RGB (Red+Green+Blue) = 255+82+101=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5265 is #00AD9A. Grayscale: #878787. Windows color (decimal): -44443 or 6640383. OLE color: 6640383.
HSL color Cylindrical-coordinate representation of color #FF5265: hue angle of 353.41º 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 #FF5265 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 101 | - |
| CMYK | 0 | 0.68 | 0.60 | 0 |
| HSL | 353.41º | 1% | 0.66% | - |
| HSV(B) | 353.41º | 0.68% | 1% | - |
| XYZ | 46.61 | 28.23 | 15.31 | - |
| YUV | 135.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 101 | 0 | 0.68 | 0.60 | 0 | 353.41 | 1 | 0.66 |
| Hex | FF | 52 | 65 | 0 | 44 | 3C | 0 | 161 | 64 | 42 |
| Octal | 377 | 122 | 145 | 0 | 104 | 74 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1100101 | 0 | 1000100 | 111100 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5265
Complementary color
Monochromatic Colors of #FF5265
Black with #FF5265
Text Example
Text Example
White with #FF5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5265; }
p { color: rgb(255,82,101); }
H1.HeaderClassName
{
color: #FF5265;
}
.AnyTagClassName
{
color: #FF5265;
}
</style>
background-color css
<style>
a { background-color: #FF5265; }
a { background-color: rgb(255,82,101); }
div.DivClassName
{
background-color: #FF5265;
}
.BgClassName
{
background-color: #FF5265;
}
</style>
border-color css
<style>
span { border-color: #FF5265; }
span { border-color: rgb(255,82,101); }
td.TdClassName
{
border-color: #FF5265;
}
.TagClassName
{
border-color: #FF5265;
}
</style>