Shades of Wild Watermelon #FF6165
Tints of Wild Watermelon #FF6165
RGB
CMYK
RGB Variations
Color information
#FF6165 (or 0xFF6165) is known color: Wild Watermelon. HEX triplet: FF, 61 and 65. RGB value is (255,97,101). Sum of RGB (Red+Green+Blue) = 255+97+101=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6165 is #009E9A. Grayscale: #909090. Windows color (decimal): -40603 or 6644223. OLE color: 6644223.
HSL color Cylindrical-coordinate representation of color #FF6165: hue angle of 358.48º 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 #FF6165 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0 |
| HSL | 358.48º | 1% | 0.69% | - |
| HSV(B) | 358.48º | 0.62% | 1% | - |
| XYZ | 47.86 | 30.75 | 15.72 | - |
| YUV | 144.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 101 | 0 | 0.62 | 0.60 | 0 | 358.48 | 1 | 0.69 |
| Hex | FF | 61 | 65 | 0 | 3E | 3C | 0 | 166 | 64 | 45 |
| Octal | 377 | 141 | 145 | 0 | 76 | 74 | 0 | 546 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1100101 | 0 | 111110 | 111100 | 0 | 101100110 | 1100100 | 1000101 |
Color Harmonies of #FF6165
Complementary color
Monochromatic Colors of #FF6165
Black with #FF6165
Text Example
Text Example
White with #FF6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6165; }
p { color: rgb(255,97,101); }
H1.HeaderClassName
{
color: #FF6165;
}
.AnyTagClassName
{
color: #FF6165;
}
</style>
background-color css
<style>
a { background-color: #FF6165; }
a { background-color: rgb(255,97,101); }
div.DivClassName
{
background-color: #FF6165;
}
.BgClassName
{
background-color: #FF6165;
}
</style>
border-color css
<style>
span { border-color: #FF6165; }
span { border-color: rgb(255,97,101); }
td.TdClassName
{
border-color: #FF6165;
}
.TagClassName
{
border-color: #FF6165;
}
</style>