Shades of Wild Watermelon #FF666D
Tints of Wild Watermelon #FF666D
RGB
CMYK
RGB Variations
Color information
#FF666D (or 0xFF666D) is known color: Wild Watermelon. HEX triplet: FF, 66 and 6D. RGB value is (255,102,109). Sum of RGB (Red+Green+Blue) = 255+102+109=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF666D is #009992. Grayscale: #949494. Windows color (decimal): -39315 or 7169791. OLE color: 7169791.
HSL color Cylindrical-coordinate representation of color #FF666D: hue angle of 357.25º 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 #FF666D is Cyan = 0, Magento = 0.6, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 109 | - |
| CMYK | 0 | 0.6 | 0.57 | 0 |
| HSL | 357.25º | 1% | 0.7% | - |
| HSV(B) | 357.25º | 0.6% | 1% | - |
| XYZ | 48.75 | 31.87 | 18.05 | - |
| YUV | 148.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 109 | 0 | 0.6 | 0.57 | 0 | 357.25 | 1 | 0.7 |
| Hex | FF | 66 | 6D | 0 | 3C | 39 | 0 | 165 | 64 | 46 |
| Octal | 377 | 146 | 155 | 0 | 74 | 71 | 0 | 545 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1101101 | 0 | 111100 | 111001 | 0 | 101100101 | 1100100 | 1000110 |
Color Harmonies of #FF666D
Complementary color
Monochromatic Colors of #FF666D
Black with #FF666D
Text Example
Text Example
White with #FF666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF666D; }
p { color: rgb(255,102,109); }
H1.HeaderClassName
{
color: #FF666D;
}
.AnyTagClassName
{
color: #FF666D;
}
</style>
background-color css
<style>
a { background-color: #FF666D; }
a { background-color: rgb(255,102,109); }
div.DivClassName
{
background-color: #FF666D;
}
.BgClassName
{
background-color: #FF666D;
}
</style>
border-color css
<style>
span { border-color: #FF666D; }
span { border-color: rgb(255,102,109); }
td.TdClassName
{
border-color: #FF666D;
}
.TagClassName
{
border-color: #FF666D;
}
</style>