Shades of Wild Watermelon #FF5866
Tints of Wild Watermelon #FF5866
RGB
CMYK
RGB Variations
Color information
#FF5866 (or 0xFF5866) is known color: Wild Watermelon. HEX triplet: FF, 58 and 66. RGB value is (255,88,102). Sum of RGB (Red+Green+Blue) = 255+88+102=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5866 is #00A799. Grayscale: #8B8B8B. Windows color (decimal): -42906 or 6707455. OLE color: 6707455.
HSL color Cylindrical-coordinate representation of color #FF5866: hue angle of 354.97º 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 #FF5866 is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 102 | - |
| CMYK | 0 | 0.65 | 0.6 | 0 |
| HSL | 354.97º | 1% | 0.67% | - |
| HSV(B) | 354.97º | 0.65% | 1% | - |
| XYZ | 47.13 | 29.2 | 15.72 | - |
| YUV | 139.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 102 | 0 | 0.65 | 0.6 | 0 | 354.97 | 1 | 0.67 |
| Hex | FF | 58 | 66 | 0 | 41 | 3C | 0 | 163 | 64 | 43 |
| Octal | 377 | 130 | 146 | 0 | 101 | 74 | 0 | 543 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1100110 | 0 | 1000001 | 111100 | 0 | 101100011 | 1100100 | 1000011 |
Color Harmonies of #FF5866
Complementary color
Monochromatic Colors of #FF5866
Black with #FF5866
Text Example
Text Example
White with #FF5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5866; }
p { color: rgb(255,88,102); }
H1.HeaderClassName
{
color: #FF5866;
}
.AnyTagClassName
{
color: #FF5866;
}
</style>
background-color css
<style>
a { background-color: #FF5866; }
a { background-color: rgb(255,88,102); }
div.DivClassName
{
background-color: #FF5866;
}
.BgClassName
{
background-color: #FF5866;
}
</style>
border-color css
<style>
span { border-color: #FF5866; }
span { border-color: rgb(255,88,102); }
td.TdClassName
{
border-color: #FF5866;
}
.TagClassName
{
border-color: #FF5866;
}
</style>