Shades of Wild Watermelon #F05D68
Tints of Wild Watermelon #F05D68
RGB
CMYK
RGB Variations
Color information
#F05D68 (or 0xF05D68) is known color: Wild Watermelon. HEX triplet: F0, 5D and 68. RGB value is (240,93,104). Sum of RGB (Red+Green+Blue) = 240+93+104=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D68 is #0FA297. Grayscale: #8A8A8A. Windows color (decimal): -1024664 or 6839792. OLE color: 6839792.
HSL color Cylindrical-coordinate representation of color #F05D68: hue angle of 355.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05D68 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 104 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.06 |
| HSL | 355.51º | 0.83% | 0.65% | - |
| HSV(B) | 355.51º | 0.61% | 0.94% | - |
| XYZ | 42.35 | 27.35 | 16.14 | - |
| YUV | 138.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 104 | 0 | 0.61 | 0.57 | 0.06 | 355.51 | 0.83 | 0.65 |
| Hex | F0 | 5D | 68 | 0 | 3D | 39 | 6 | 164 | 53 | 41 |
| Octal | 360 | 135 | 150 | 0 | 75 | 71 | 6 | 544 | 123 | 101 |
| Binary | 11110000 | 1011101 | 1101000 | 0 | 111101 | 111001 | 110 | 101100100 | 1010011 | 1000001 |
Color Harmonies of #F05D68
Complementary color
Monochromatic Colors of #F05D68
Black with #F05D68
Text Example
Text Example
White with #F05D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D68; }
p { color: rgb(240,93,104); }
H1.HeaderClassName
{
color: #F05D68;
}
.AnyTagClassName
{
color: #F05D68;
}
</style>
background-color css
<style>
a { background-color: #F05D68; }
a { background-color: rgb(240,93,104); }
div.DivClassName
{
background-color: #F05D68;
}
.BgClassName
{
background-color: #F05D68;
}
</style>
border-color css
<style>
span { border-color: #F05D68; }
span { border-color: rgb(240,93,104); }
td.TdClassName
{
border-color: #F05D68;
}
.TagClassName
{
border-color: #F05D68;
}
</style>