Shades of Wild Watermelon #FF6465
Tints of Wild Watermelon #FF6465
RGB
CMYK
RGB Variations
Color information
#FF6465 (or 0xFF6465) is known color: Wild Watermelon. HEX triplet: FF, 64 and 65. RGB value is (255,100,101). Sum of RGB (Red+Green+Blue) = 255+100+101=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6465 is #009B9A. Grayscale: #929292. Windows color (decimal): -39835 or 6644991. OLE color: 6644991.
HSL color Cylindrical-coordinate representation of color #FF6465: hue angle of 359.61º 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 #FF6465 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 101 | - |
| CMYK | 0 | 0.61 | 0.60 | 0 |
| HSL | 359.61º | 1% | 0.7% | - |
| HSV(B) | 359.61º | 0.61% | 1% | - |
| XYZ | 48.15 | 31.31 | 15.82 | - |
| YUV | 146.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 101 | 0 | 0.61 | 0.60 | 0 | 359.61 | 1 | 0.7 |
| Hex | FF | 64 | 65 | 0 | 3D | 3C | 0 | 168 | 64 | 46 |
| Octal | 377 | 144 | 145 | 0 | 75 | 74 | 0 | 550 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1100101 | 0 | 111101 | 111100 | 0 | 101101000 | 1100100 | 1000110 |
Color Harmonies of #FF6465
Complementary color
Monochromatic Colors of #FF6465
Black with #FF6465
Text Example
Text Example
White with #FF6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6465; }
p { color: rgb(255,100,101); }
H1.HeaderClassName
{
color: #FF6465;
}
.AnyTagClassName
{
color: #FF6465;
}
</style>
background-color css
<style>
a { background-color: #FF6465; }
a { background-color: rgb(255,100,101); }
div.DivClassName
{
background-color: #FF6465;
}
.BgClassName
{
background-color: #FF6465;
}
</style>
border-color css
<style>
span { border-color: #FF6465; }
span { border-color: rgb(255,100,101); }
td.TdClassName
{
border-color: #FF6465;
}
.TagClassName
{
border-color: #FF6465;
}
</style>