Shades of Wild Watermelon #F74D6E
Tints of Wild Watermelon #F74D6E
RGB
CMYK
RGB Variations
Color information
#F74D6E (or 0xF74D6E) is known color: Wild Watermelon. HEX triplet: F7, 4D and 6E. RGB value is (247,77,110). Sum of RGB (Red+Green+Blue) = 247+77+110=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D6E is #08B291. Grayscale: #838383. Windows color (decimal): -570002 or 7228919. OLE color: 7228919.
HSL color Cylindrical-coordinate representation of color #F74D6E: hue angle of 348.35º 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 #F74D6E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 110 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.03 |
| HSL | 348.35º | 0.91% | 0.64% | - |
| HSV(B) | 348.35º | 0.69% | 0.97% | - |
| XYZ | 43.83 | 26.21 | 17.5 | - |
| YUV | 131.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 110 | 0 | 0.69 | 0.55 | 0.03 | 348.35 | 0.91 | 0.64 |
| Hex | F7 | 4D | 6E | 0 | 45 | 37 | 3 | 15C | 5B | 40 |
| Octal | 367 | 115 | 156 | 0 | 105 | 67 | 3 | 534 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1101110 | 0 | 1000101 | 110111 | 11 | 101011100 | 1011011 | 1000000 |
Color Harmonies of #F74D6E
Complementary color
Monochromatic Colors of #F74D6E
Black with #F74D6E
Text Example
Text Example
White with #F74D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D6E; }
p { color: rgb(247,77,110); }
H1.HeaderClassName
{
color: #F74D6E;
}
.AnyTagClassName
{
color: #F74D6E;
}
</style>
background-color css
<style>
a { background-color: #F74D6E; }
a { background-color: rgb(247,77,110); }
div.DivClassName
{
background-color: #F74D6E;
}
.BgClassName
{
background-color: #F74D6E;
}
</style>
border-color css
<style>
span { border-color: #F74D6E; }
span { border-color: rgb(247,77,110); }
td.TdClassName
{
border-color: #F74D6E;
}
.TagClassName
{
border-color: #F74D6E;
}
</style>