Shades of Wild Watermelon #FF6566
Tints of Wild Watermelon #FF6566
RGB
CMYK
RGB Variations
Color information
#FF6566 (or 0xFF6566) is known color: Wild Watermelon. HEX triplet: FF, 65 and 66. RGB value is (255,101,102). Sum of RGB (Red+Green+Blue) = 255+101+102=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6566 is #009A99. Grayscale: #939393. Windows color (decimal): -39578 or 6710783. OLE color: 6710783.
HSL color Cylindrical-coordinate representation of color #FF6566: hue angle of 359.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6566 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 102 | - |
| CMYK | 0 | 0.60 | 0.6 | 0 |
| HSL | 359.61º | 1% | 0.7% | - |
| HSV(B) | 359.61º | 0.6% | 1% | - |
| XYZ | 48.29 | 31.53 | 16.11 | - |
| YUV | 147.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 102 | 0 | 0.60 | 0.6 | 0 | 359.61 | 1 | 0.7 |
| Hex | FF | 65 | 66 | 0 | 3C | 3C | 0 | 168 | 64 | 46 |
| Octal | 377 | 145 | 146 | 0 | 74 | 74 | 0 | 550 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1100110 | 0 | 111100 | 111100 | 0 | 101101000 | 1100100 | 1000110 |
Color Harmonies of #FF6566
Complementary color
Monochromatic Colors of #FF6566
Black with #FF6566
Text Example
Text Example
White with #FF6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6566; }
p { color: rgb(255,101,102); }
H1.HeaderClassName
{
color: #FF6566;
}
.AnyTagClassName
{
color: #FF6566;
}
</style>
background-color css
<style>
a { background-color: #FF6566; }
a { background-color: rgb(255,101,102); }
div.DivClassName
{
background-color: #FF6566;
}
.BgClassName
{
background-color: #FF6566;
}
</style>
border-color css
<style>
span { border-color: #FF6566; }
span { border-color: rgb(255,101,102); }
td.TdClassName
{
border-color: #FF6566;
}
.TagClassName
{
border-color: #FF6566;
}
</style>