Shades of Wild Watermelon #F74D71
Tints of Wild Watermelon #F74D71
RGB
CMYK
RGB Variations
Color information
#F74D71 (or 0xF74D71) is known color: Wild Watermelon. HEX triplet: F7, 4D and 71. RGB value is (247,77,113). Sum of RGB (Red+Green+Blue) = 247+77+113=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D71 is #08B28E. Grayscale: #838383. Windows color (decimal): -569999 or 7425527. OLE color: 7425527.
HSL color Cylindrical-coordinate representation of color #F74D71: hue angle of 347.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74D71 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 113 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.03 |
| HSL | 347.29º | 0.91% | 0.64% | - |
| HSV(B) | 347.29º | 0.69% | 0.97% | - |
| XYZ | 43.99 | 26.27 | 18.38 | - |
| YUV | 131.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 113 | 0 | 0.69 | 0.54 | 0.03 | 347.29 | 0.91 | 0.64 |
| Hex | F7 | 4D | 71 | 0 | 45 | 36 | 3 | 15B | 5B | 40 |
| Octal | 367 | 115 | 161 | 0 | 105 | 66 | 3 | 533 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1110001 | 0 | 1000101 | 110110 | 11 | 101011011 | 1011011 | 1000000 |
Color Harmonies of #F74D71
Complementary color
Monochromatic Colors of #F74D71
Black with #F74D71
Text Example
Text Example
White with #F74D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D71; }
p { color: rgb(247,77,113); }
H1.HeaderClassName
{
color: #F74D71;
}
.AnyTagClassName
{
color: #F74D71;
}
</style>
background-color css
<style>
a { background-color: #F74D71; }
a { background-color: rgb(247,77,113); }
div.DivClassName
{
background-color: #F74D71;
}
.BgClassName
{
background-color: #F74D71;
}
</style>
border-color css
<style>
span { border-color: #F74D71; }
span { border-color: rgb(247,77,113); }
td.TdClassName
{
border-color: #F74D71;
}
.TagClassName
{
border-color: #F74D71;
}
</style>