Shades of Wild Watermelon #FF5565
Tints of Wild Watermelon #FF5565
RGB
CMYK
RGB Variations
Color information
#FF5565 (or 0xFF5565) is known color: Wild Watermelon. HEX triplet: FF, 55 and 65. RGB value is (255,85,101). Sum of RGB (Red+Green+Blue) = 255+85+101=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5565 is #00AA9A. Grayscale: #898989. Windows color (decimal): -43675 or 6641151. OLE color: 6641151.
HSL color Cylindrical-coordinate representation of color #FF5565: hue angle of 354.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5565 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 101 | - |
| CMYK | 0 | 0.67 | 0.60 | 0 |
| HSL | 354.35º | 1% | 0.67% | - |
| HSV(B) | 354.35º | 0.67% | 1% | - |
| XYZ | 46.84 | 28.7 | 15.38 | - |
| YUV | 137.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 101 | 0 | 0.67 | 0.60 | 0 | 354.35 | 1 | 0.67 |
| Hex | FF | 55 | 65 | 0 | 43 | 3C | 0 | 162 | 64 | 43 |
| Octal | 377 | 125 | 145 | 0 | 103 | 74 | 0 | 542 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1100101 | 0 | 1000011 | 111100 | 0 | 101100010 | 1100100 | 1000011 |
Color Harmonies of #FF5565
Complementary color
Monochromatic Colors of #FF5565
Black with #FF5565
Text Example
Text Example
White with #FF5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5565; }
p { color: rgb(255,85,101); }
H1.HeaderClassName
{
color: #FF5565;
}
.AnyTagClassName
{
color: #FF5565;
}
</style>
background-color css
<style>
a { background-color: #FF5565; }
a { background-color: rgb(255,85,101); }
div.DivClassName
{
background-color: #FF5565;
}
.BgClassName
{
background-color: #FF5565;
}
</style>
border-color css
<style>
span { border-color: #FF5565; }
span { border-color: rgb(255,85,101); }
td.TdClassName
{
border-color: #FF5565;
}
.TagClassName
{
border-color: #FF5565;
}
</style>