Shades of Wild Watermelon #FF5665
Tints of Wild Watermelon #FF5665
RGB
CMYK
RGB Variations
Color information
#FF5665 (or 0xFF5665) is known color: Wild Watermelon. HEX triplet: FF, 56 and 65. RGB value is (255,86,101). Sum of RGB (Red+Green+Blue) = 255+86+101=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5665 is #00A99A. Grayscale: #8A8A8A. Windows color (decimal): -43419 or 6641407. OLE color: 6641407.
HSL color Cylindrical-coordinate representation of color #FF5665: hue angle of 354.67º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5665 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 101 | - |
| CMYK | 0 | 0.66 | 0.60 | 0 |
| HSL | 354.67º | 1% | 0.67% | - |
| HSV(B) | 354.67º | 0.66% | 1% | - |
| XYZ | 46.92 | 28.86 | 15.41 | - |
| YUV | 138.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 101 | 0 | 0.66 | 0.60 | 0 | 354.67 | 1 | 0.67 |
| Hex | FF | 56 | 65 | 0 | 42 | 3C | 0 | 163 | 64 | 43 |
| Octal | 377 | 126 | 145 | 0 | 102 | 74 | 0 | 543 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1100101 | 0 | 1000010 | 111100 | 0 | 101100011 | 1100100 | 1000011 |
Color Harmonies of #FF5665
Complementary color
Monochromatic Colors of #FF5665
Black with #FF5665
Text Example
Text Example
White with #FF5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5665; }
p { color: rgb(255,86,101); }
H1.HeaderClassName
{
color: #FF5665;
}
.AnyTagClassName
{
color: #FF5665;
}
</style>
background-color css
<style>
a { background-color: #FF5665; }
a { background-color: rgb(255,86,101); }
div.DivClassName
{
background-color: #FF5665;
}
.BgClassName
{
background-color: #FF5665;
}
</style>
border-color css
<style>
span { border-color: #FF5665; }
span { border-color: rgb(255,86,101); }
td.TdClassName
{
border-color: #FF5665;
}
.TagClassName
{
border-color: #FF5665;
}
</style>