Shades of Wild Watermelon #F05465
Tints of Wild Watermelon #F05465
RGB
CMYK
RGB Variations
Color information
#F05465 (or 0xF05465) is known color: Wild Watermelon. HEX triplet: F0, 54 and 65. RGB value is (240,84,101). Sum of RGB (Red+Green+Blue) = 240+84+101=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05465 is #0FAB9A. Grayscale: #848484. Windows color (decimal): -1026971 or 6640880. OLE color: 6640880.
HSL color Cylindrical-coordinate representation of color #F05465: hue angle of 353.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05465 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 101 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.06 |
| HSL | 353.46º | 0.84% | 0.64% | - |
| HSV(B) | 353.46º | 0.65% | 0.94% | - |
| XYZ | 41.45 | 25.81 | 15.11 | - |
| YUV | 132.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 101 | 0 | 0.65 | 0.58 | 0.06 | 353.46 | 0.84 | 0.64 |
| Hex | F0 | 54 | 65 | 0 | 41 | 3A | 6 | 161 | 54 | 40 |
| Octal | 360 | 124 | 145 | 0 | 101 | 72 | 6 | 541 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1100101 | 0 | 1000001 | 111010 | 110 | 101100001 | 1010100 | 1000000 |
Color Harmonies of #F05465
Complementary color
Monochromatic Colors of #F05465
Black with #F05465
Text Example
Text Example
White with #F05465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05465; }
p { color: rgb(240,84,101); }
H1.HeaderClassName
{
color: #F05465;
}
.AnyTagClassName
{
color: #F05465;
}
</style>
background-color css
<style>
a { background-color: #F05465; }
a { background-color: rgb(240,84,101); }
div.DivClassName
{
background-color: #F05465;
}
.BgClassName
{
background-color: #F05465;
}
</style>
border-color css
<style>
span { border-color: #F05465; }
span { border-color: rgb(240,84,101); }
td.TdClassName
{
border-color: #F05465;
}
.TagClassName
{
border-color: #F05465;
}
</style>