Shades of Wild Watermelon #F04C67
Tints of Wild Watermelon #F04C67
RGB
CMYK
RGB Variations
Color information
#F04C67 (or 0xF04C67) is known color: Wild Watermelon. HEX triplet: F0, 4C and 67. RGB value is (240,76,103). Sum of RGB (Red+Green+Blue) = 240+76+103=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C67 is #0FB398. Grayscale: #808080. Windows color (decimal): -1029017 or 6769904. OLE color: 6769904.
HSL color Cylindrical-coordinate representation of color #F04C67: hue angle of 350.12º degrees, saturation: 0.85, 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 #F04C67 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 103 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.06 |
| HSL | 350.12º | 0.85% | 0.62% | - |
| HSV(B) | 350.12º | 0.68% | 0.94% | - |
| XYZ | 40.97 | 24.67 | 15.44 | - |
| YUV | 128.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 103 | 0 | 0.68 | 0.57 | 0.06 | 350.12 | 0.85 | 0.62 |
| Hex | F0 | 4C | 67 | 0 | 44 | 39 | 6 | 15E | 55 | 3E |
| Octal | 360 | 114 | 147 | 0 | 104 | 71 | 6 | 536 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1100111 | 0 | 1000100 | 111001 | 110 | 101011110 | 1010101 | 111110 |
Color Harmonies of #F04C67
Complementary color
Monochromatic Colors of #F04C67
Black with #F04C67
Text Example
Text Example
White with #F04C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C67; }
p { color: rgb(240,76,103); }
H1.HeaderClassName
{
color: #F04C67;
}
.AnyTagClassName
{
color: #F04C67;
}
</style>
background-color css
<style>
a { background-color: #F04C67; }
a { background-color: rgb(240,76,103); }
div.DivClassName
{
background-color: #F04C67;
}
.BgClassName
{
background-color: #F04C67;
}
</style>
border-color css
<style>
span { border-color: #F04C67; }
span { border-color: rgb(240,76,103); }
td.TdClassName
{
border-color: #F04C67;
}
.TagClassName
{
border-color: #F04C67;
}
</style>