Shades of Wild Watermelon #F05A64
Tints of Wild Watermelon #F05A64
RGB
CMYK
RGB Variations
Color information
#F05A64 (or 0xF05A64) is known color: Wild Watermelon. HEX triplet: F0, 5A and 64. RGB value is (240,90,100). Sum of RGB (Red+Green+Blue) = 240+90+100=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A64 is #0FA59B. Grayscale: #888888. Windows color (decimal): -1025436 or 6576880. OLE color: 6576880.
HSL color Cylindrical-coordinate representation of color #F05A64: hue angle of 356º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A64 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 100 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.06 |
| HSL | 356º | 0.83% | 0.65% | - |
| HSV(B) | 356º | 0.63% | 0.94% | - |
| XYZ | 41.89 | 26.76 | 15.01 | - |
| YUV | 135.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 100 | 0 | 0.62 | 0.58 | 0.06 | 356 | 0.83 | 0.65 |
| Hex | F0 | 5A | 64 | 0 | 3E | 3A | 6 | 164 | 53 | 41 |
| Octal | 360 | 132 | 144 | 0 | 76 | 72 | 6 | 544 | 123 | 101 |
| Binary | 11110000 | 1011010 | 1100100 | 0 | 111110 | 111010 | 110 | 101100100 | 1010011 | 1000001 |
Color Harmonies of #F05A64
Complementary color
Monochromatic Colors of #F05A64
Black with #F05A64
Text Example
Text Example
White with #F05A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A64; }
p { color: rgb(240,90,100); }
H1.HeaderClassName
{
color: #F05A64;
}
.AnyTagClassName
{
color: #F05A64;
}
</style>
background-color css
<style>
a { background-color: #F05A64; }
a { background-color: rgb(240,90,100); }
div.DivClassName
{
background-color: #F05A64;
}
.BgClassName
{
background-color: #F05A64;
}
</style>
border-color css
<style>
span { border-color: #F05A64; }
span { border-color: rgb(240,90,100); }
td.TdClassName
{
border-color: #F05A64;
}
.TagClassName
{
border-color: #F05A64;
}
</style>