Shades of Wild Watermelon #FF5666
Tints of Wild Watermelon #FF5666
RGB
CMYK
RGB Variations
Color information
#FF5666 (or 0xFF5666) is known color: Wild Watermelon. HEX triplet: FF, 56 and 66. RGB value is (255,86,102). Sum of RGB (Red+Green+Blue) = 255+86+102=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5666 is #00A999. Grayscale: #8A8A8A. Windows color (decimal): -43418 or 6706943. OLE color: 6706943.
HSL color Cylindrical-coordinate representation of color #FF5666: hue angle of 354.32º 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 #FF5666 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 102 | - |
| CMYK | 0 | 0.66 | 0.6 | 0 |
| HSL | 354.32º | 1% | 0.67% | - |
| HSV(B) | 354.32º | 0.66% | 1% | - |
| XYZ | 46.97 | 28.87 | 15.67 | - |
| YUV | 138.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 102 | 0 | 0.66 | 0.6 | 0 | 354.32 | 1 | 0.67 |
| Hex | FF | 56 | 66 | 0 | 42 | 3C | 0 | 162 | 64 | 43 |
| Octal | 377 | 126 | 146 | 0 | 102 | 74 | 0 | 542 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1100110 | 0 | 1000010 | 111100 | 0 | 101100010 | 1100100 | 1000011 |
Color Harmonies of #FF5666
Complementary color
Monochromatic Colors of #FF5666
Black with #FF5666
Text Example
Text Example
White with #FF5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5666; }
p { color: rgb(255,86,102); }
H1.HeaderClassName
{
color: #FF5666;
}
.AnyTagClassName
{
color: #FF5666;
}
</style>
background-color css
<style>
a { background-color: #FF5666; }
a { background-color: rgb(255,86,102); }
div.DivClassName
{
background-color: #FF5666;
}
.BgClassName
{
background-color: #FF5666;
}
</style>
border-color css
<style>
span { border-color: #FF5666; }
span { border-color: rgb(255,86,102); }
td.TdClassName
{
border-color: #FF5666;
}
.TagClassName
{
border-color: #FF5666;
}
</style>