Shades of Wild Watermelon #FF5864
Tints of Wild Watermelon #FF5864
RGB
CMYK
RGB Variations
Color information
#FF5864 (or 0xFF5864) is known color: Wild Watermelon. HEX triplet: FF, 58 and 64. RGB value is (255,88,100). Sum of RGB (Red+Green+Blue) = 255+88+100=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5864 is #00A79B. Grayscale: #8B8B8B. Windows color (decimal): -42908 or 6576383. OLE color: 6576383.
HSL color Cylindrical-coordinate representation of color #FF5864: hue angle of 355.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5864 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 100 | - |
| CMYK | 0 | 0.65 | 0.61 | 0 |
| HSL | 355.69º | 1% | 0.67% | - |
| HSV(B) | 355.69º | 0.65% | 1% | - |
| XYZ | 47.03 | 29.16 | 15.21 | - |
| YUV | 139.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 100 | 0 | 0.65 | 0.61 | 0 | 355.69 | 1 | 0.67 |
| Hex | FF | 58 | 64 | 0 | 41 | 3D | 0 | 164 | 64 | 43 |
| Octal | 377 | 130 | 144 | 0 | 101 | 75 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1100100 | 0 | 1000001 | 111101 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF5864
Complementary color
Monochromatic Colors of #FF5864
Black with #FF5864
Text Example
Text Example
White with #FF5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5864; }
p { color: rgb(255,88,100); }
H1.HeaderClassName
{
color: #FF5864;
}
.AnyTagClassName
{
color: #FF5864;
}
</style>
background-color css
<style>
a { background-color: #FF5864; }
a { background-color: rgb(255,88,100); }
div.DivClassName
{
background-color: #FF5864;
}
.BgClassName
{
background-color: #FF5864;
}
</style>
border-color css
<style>
span { border-color: #FF5864; }
span { border-color: rgb(255,88,100); }
td.TdClassName
{
border-color: #FF5864;
}
.TagClassName
{
border-color: #FF5864;
}
</style>