Shades of Wild Watermelon #FF6065
Tints of Wild Watermelon #FF6065
RGB
CMYK
RGB Variations
Color information
#FF6065 (or 0xFF6065) is known color: Wild Watermelon. HEX triplet: FF, 60 and 65. RGB value is (255,96,101). Sum of RGB (Red+Green+Blue) = 255+96+101=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6065 is #009F9A. Grayscale: #909090. Windows color (decimal): -40859 or 6643967. OLE color: 6643967.
HSL color Cylindrical-coordinate representation of color #FF6065: hue angle of 358.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6065 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0 |
| HSL | 358.11º | 1% | 0.69% | - |
| HSV(B) | 358.11º | 0.62% | 1% | - |
| XYZ | 47.77 | 30.57 | 15.69 | - |
| YUV | 144.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 101 | 0 | 0.62 | 0.60 | 0 | 358.11 | 1 | 0.69 |
| Hex | FF | 60 | 65 | 0 | 3E | 3C | 0 | 166 | 64 | 45 |
| Octal | 377 | 140 | 145 | 0 | 76 | 74 | 0 | 546 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1100101 | 0 | 111110 | 111100 | 0 | 101100110 | 1100100 | 1000101 |
Color Harmonies of #FF6065
Complementary color
Monochromatic Colors of #FF6065
Black with #FF6065
Text Example
Text Example
White with #FF6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6065; }
p { color: rgb(255,96,101); }
H1.HeaderClassName
{
color: #FF6065;
}
.AnyTagClassName
{
color: #FF6065;
}
</style>
background-color css
<style>
a { background-color: #FF6065; }
a { background-color: rgb(255,96,101); }
div.DivClassName
{
background-color: #FF6065;
}
.BgClassName
{
background-color: #FF6065;
}
</style>
border-color css
<style>
span { border-color: #FF6065; }
span { border-color: rgb(255,96,101); }
td.TdClassName
{
border-color: #FF6065;
}
.TagClassName
{
border-color: #FF6065;
}
</style>