Shades of Wild Watermelon #F05165
Tints of Wild Watermelon #F05165
RGB
CMYK
RGB Variations
Color information
#F05165 (or 0xF05165) is known color: Wild Watermelon. HEX triplet: F0, 51 and 65. RGB value is (240,81,101). Sum of RGB (Red+Green+Blue) = 240+81+101=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05165 is #0FAE9A. Grayscale: #828282. Windows color (decimal): -1027739 or 6640112. OLE color: 6640112.
HSL color Cylindrical-coordinate representation of color #F05165: hue angle of 352.45º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05165 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 101 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.06 |
| HSL | 352.45º | 0.84% | 0.63% | - |
| HSV(B) | 352.45º | 0.66% | 0.94% | - |
| XYZ | 41.23 | 25.35 | 15.03 | - |
| YUV | 130.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 101 | 0 | 0.66 | 0.58 | 0.06 | 352.45 | 0.84 | 0.63 |
| Hex | F0 | 51 | 65 | 0 | 42 | 3A | 6 | 160 | 54 | 3F |
| Octal | 360 | 121 | 145 | 0 | 102 | 72 | 6 | 540 | 124 | 77 |
| Binary | 11110000 | 1010001 | 1100101 | 0 | 1000010 | 111010 | 110 | 101100000 | 1010100 | 111111 |
Color Harmonies of #F05165
Complementary color
Monochromatic Colors of #F05165
Black with #F05165
Text Example
Text Example
White with #F05165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05165; }
p { color: rgb(240,81,101); }
H1.HeaderClassName
{
color: #F05165;
}
.AnyTagClassName
{
color: #F05165;
}
</style>
background-color css
<style>
a { background-color: #F05165; }
a { background-color: rgb(240,81,101); }
div.DivClassName
{
background-color: #F05165;
}
.BgClassName
{
background-color: #F05165;
}
</style>
border-color css
<style>
span { border-color: #F05165; }
span { border-color: rgb(240,81,101); }
td.TdClassName
{
border-color: #F05165;
}
.TagClassName
{
border-color: #F05165;
}
</style>