Shades of Wild Watermelon #FF646C
Tints of Wild Watermelon #FF646C
RGB
CMYK
RGB Variations
Color information
#FF646C (or 0xFF646C) is known color: Wild Watermelon. HEX triplet: FF, 64 and 6C. RGB value is (255,100,108). Sum of RGB (Red+Green+Blue) = 255+100+108=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF646C is #009B93. Grayscale: #939393. Windows color (decimal): -39828 or 7103743. OLE color: 7103743.
HSL color Cylindrical-coordinate representation of color #FF646C: hue angle of 356.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF646C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 108 | - |
| CMYK | 0 | 0.61 | 0.58 | 0 |
| HSL | 356.9º | 1% | 0.7% | - |
| HSV(B) | 356.9º | 0.61% | 1% | - |
| XYZ | 48.5 | 31.46 | 17.7 | - |
| YUV | 147.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 108 | 0 | 0.61 | 0.58 | 0 | 356.9 | 1 | 0.7 |
| Hex | FF | 64 | 6C | 0 | 3D | 3A | 0 | 165 | 64 | 46 |
| Octal | 377 | 144 | 154 | 0 | 75 | 72 | 0 | 545 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1101100 | 0 | 111101 | 111010 | 0 | 101100101 | 1100100 | 1000110 |
Color Harmonies of #FF646C
Complementary color
Monochromatic Colors of #FF646C
Black with #FF646C
Text Example
Text Example
White with #FF646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF646C; }
p { color: rgb(255,100,108); }
H1.HeaderClassName
{
color: #FF646C;
}
.AnyTagClassName
{
color: #FF646C;
}
</style>
background-color css
<style>
a { background-color: #FF646C; }
a { background-color: rgb(255,100,108); }
div.DivClassName
{
background-color: #FF646C;
}
.BgClassName
{
background-color: #FF646C;
}
</style>
border-color css
<style>
span { border-color: #FF646C; }
span { border-color: rgb(255,100,108); }
td.TdClassName
{
border-color: #FF646C;
}
.TagClassName
{
border-color: #FF646C;
}
</style>