Shades of Wild Watermelon #F04E6C
Tints of Wild Watermelon #F04E6C
RGB
CMYK
RGB Variations
Color information
#F04E6C (or 0xF04E6C) is known color: Wild Watermelon. HEX triplet: F0, 4E and 6C. RGB value is (240,78,108). Sum of RGB (Red+Green+Blue) = 240+78+108=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E6C is #0FB193. Grayscale: #818181. Windows color (decimal): -1028500 or 7098096. OLE color: 7098096.
HSL color Cylindrical-coordinate representation of color #F04E6C: hue angle of 348.89º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E6C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 108 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.06 |
| HSL | 348.89º | 0.84% | 0.62% | - |
| HSV(B) | 348.89º | 0.68% | 0.94% | - |
| XYZ | 41.37 | 25.06 | 16.84 | - |
| YUV | 129.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 108 | 0 | 0.68 | 0.55 | 0.06 | 348.89 | 0.84 | 0.62 |
| Hex | F0 | 4E | 6C | 0 | 44 | 37 | 6 | 15D | 54 | 3E |
| Octal | 360 | 116 | 154 | 0 | 104 | 67 | 6 | 535 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1101100 | 0 | 1000100 | 110111 | 110 | 101011101 | 1010100 | 111110 |
Color Harmonies of #F04E6C
Complementary color
Monochromatic Colors of #F04E6C
Black with #F04E6C
Text Example
Text Example
White with #F04E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E6C; }
p { color: rgb(240,78,108); }
H1.HeaderClassName
{
color: #F04E6C;
}
.AnyTagClassName
{
color: #F04E6C;
}
</style>
background-color css
<style>
a { background-color: #F04E6C; }
a { background-color: rgb(240,78,108); }
div.DivClassName
{
background-color: #F04E6C;
}
.BgClassName
{
background-color: #F04E6C;
}
</style>
border-color css
<style>
span { border-color: #F04E6C; }
span { border-color: rgb(240,78,108); }
td.TdClassName
{
border-color: #F04E6C;
}
.TagClassName
{
border-color: #F04E6C;
}
</style>