Shades of Wild Watermelon #F74670
Tints of Wild Watermelon #F74670
RGB
CMYK
RGB Variations
Color information
#F74670 (or 0xF74670) is known color: Wild Watermelon. HEX triplet: F7, 46 and 70. RGB value is (247,70,112). Sum of RGB (Red+Green+Blue) = 247+70+112=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F74670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74670 is #08B98F. Grayscale: #7F7F7F. Windows color (decimal): -571792 or 7358199. OLE color: 7358199.
HSL color Cylindrical-coordinate representation of color #F74670: hue angle of 345.76º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74670 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 112 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.03 |
| HSL | 345.76º | 0.92% | 0.62% | - |
| HSV(B) | 345.76º | 0.72% | 0.97% | - |
| XYZ | 43.47 | 25.32 | 17.93 | - |
| YUV | 127.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 112 | 0 | 0.72 | 0.55 | 0.03 | 345.76 | 0.92 | 0.62 |
| Hex | F7 | 46 | 70 | 0 | 48 | 37 | 3 | 15A | 5C | 3E |
| Octal | 367 | 106 | 160 | 0 | 110 | 67 | 3 | 532 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1110000 | 0 | 1001000 | 110111 | 11 | 101011010 | 1011100 | 111110 |
Color Harmonies of #F74670
Complementary color
Monochromatic Colors of #F74670
Black with #F74670
Text Example
Text Example
White with #F74670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74670; }
p { color: rgb(247,70,112); }
H1.HeaderClassName
{
color: #F74670;
}
.AnyTagClassName
{
color: #F74670;
}
</style>
background-color css
<style>
a { background-color: #F74670; }
a { background-color: rgb(247,70,112); }
div.DivClassName
{
background-color: #F74670;
}
.BgClassName
{
background-color: #F74670;
}
</style>
border-color css
<style>
span { border-color: #F74670; }
span { border-color: rgb(247,70,112); }
td.TdClassName
{
border-color: #F74670;
}
.TagClassName
{
border-color: #F74670;
}
</style>