Shades of Wild Watermelon #F74F70
Tints of Wild Watermelon #F74F70
RGB
CMYK
RGB Variations
Color information
#F74F70 (or 0xF74F70) is known color: Wild Watermelon. HEX triplet: F7, 4F and 70. RGB value is (247,79,112). Sum of RGB (Red+Green+Blue) = 247+79+112=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F70 is #08B08F. Grayscale: #858585. Windows color (decimal): -569488 or 7360503. OLE color: 7360503.
HSL color Cylindrical-coordinate representation of color #F74F70: hue angle of 348.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F70 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 112 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.03 |
| HSL | 348.21º | 0.91% | 0.64% | - |
| HSV(B) | 348.21º | 0.68% | 0.97% | - |
| XYZ | 44.08 | 26.54 | 18.13 | - |
| YUV | 132.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 112 | 0 | 0.68 | 0.55 | 0.03 | 348.21 | 0.91 | 0.64 |
| Hex | F7 | 4F | 70 | 0 | 44 | 37 | 3 | 15C | 5B | 40 |
| Octal | 367 | 117 | 160 | 0 | 104 | 67 | 3 | 534 | 133 | 100 |
| Binary | 11110111 | 1001111 | 1110000 | 0 | 1000100 | 110111 | 11 | 101011100 | 1011011 | 1000000 |
Color Harmonies of #F74F70
Complementary color
Monochromatic Colors of #F74F70
Black with #F74F70
Text Example
Text Example
White with #F74F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F70; }
p { color: rgb(247,79,112); }
H1.HeaderClassName
{
color: #F74F70;
}
.AnyTagClassName
{
color: #F74F70;
}
</style>
background-color css
<style>
a { background-color: #F74F70; }
a { background-color: rgb(247,79,112); }
div.DivClassName
{
background-color: #F74F70;
}
.BgClassName
{
background-color: #F74F70;
}
</style>
border-color css
<style>
span { border-color: #F74F70; }
span { border-color: rgb(247,79,112); }
td.TdClassName
{
border-color: #F74F70;
}
.TagClassName
{
border-color: #F74F70;
}
</style>