Shades of Wild Watermelon #F05065
Tints of Wild Watermelon #F05065
RGB
CMYK
RGB Variations
Color information
#F05065 (or 0xF05065) is known color: Wild Watermelon. HEX triplet: F0, 50 and 65. RGB value is (240,80,101). Sum of RGB (Red+Green+Blue) = 240+80+101=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F05065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05065 is #0FAF9A. Grayscale: #828282. Windows color (decimal): -1027995 or 6639856. OLE color: 6639856.
HSL color Cylindrical-coordinate representation of color #F05065: hue angle of 352.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05065 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 101 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.06 |
| HSL | 352.13º | 0.84% | 0.63% | - |
| HSV(B) | 352.13º | 0.67% | 0.94% | - |
| XYZ | 41.15 | 25.2 | 15.01 | - |
| YUV | 130.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 101 | 0 | 0.67 | 0.58 | 0.06 | 352.13 | 0.84 | 0.63 |
| Hex | F0 | 50 | 65 | 0 | 43 | 3A | 6 | 160 | 54 | 3F |
| Octal | 360 | 120 | 145 | 0 | 103 | 72 | 6 | 540 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1100101 | 0 | 1000011 | 111010 | 110 | 101100000 | 1010100 | 111111 |
Color Harmonies of #F05065
Complementary color
Monochromatic Colors of #F05065
Black with #F05065
Text Example
Text Example
White with #F05065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05065; }
p { color: rgb(240,80,101); }
H1.HeaderClassName
{
color: #F05065;
}
.AnyTagClassName
{
color: #F05065;
}
</style>
background-color css
<style>
a { background-color: #F05065; }
a { background-color: rgb(240,80,101); }
div.DivClassName
{
background-color: #F05065;
}
.BgClassName
{
background-color: #F05065;
}
</style>
border-color css
<style>
span { border-color: #F05065; }
span { border-color: rgb(240,80,101); }
td.TdClassName
{
border-color: #F05065;
}
.TagClassName
{
border-color: #F05065;
}
</style>