Shades of Wild Watermelon #F74D6C
Tints of Wild Watermelon #F74D6C
RGB
CMYK
RGB Variations
Color information
#F74D6C (or 0xF74D6C) is known color: Wild Watermelon. HEX triplet: F7, 4D and 6C. RGB value is (247,77,108). Sum of RGB (Red+Green+Blue) = 247+77+108=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D6C is #08B293. Grayscale: #838383. Windows color (decimal): -570004 or 7097847. OLE color: 7097847.
HSL color Cylindrical-coordinate representation of color #F74D6C: hue angle of 349.06º 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 #F74D6C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 108 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.03 |
| HSL | 349.06º | 0.91% | 0.64% | - |
| HSV(B) | 349.06º | 0.69% | 0.97% | - |
| XYZ | 43.72 | 26.16 | 16.93 | - |
| YUV | 131.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 108 | 0 | 0.69 | 0.56 | 0.03 | 349.06 | 0.91 | 0.64 |
| Hex | F7 | 4D | 6C | 0 | 45 | 38 | 3 | 15D | 5B | 40 |
| Octal | 367 | 115 | 154 | 0 | 105 | 70 | 3 | 535 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1101100 | 0 | 1000101 | 111000 | 11 | 101011101 | 1011011 | 1000000 |
Color Harmonies of #F74D6C
Complementary color
Monochromatic Colors of #F74D6C
Black with #F74D6C
Text Example
Text Example
White with #F74D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D6C; }
p { color: rgb(247,77,108); }
H1.HeaderClassName
{
color: #F74D6C;
}
.AnyTagClassName
{
color: #F74D6C;
}
</style>
background-color css
<style>
a { background-color: #F74D6C; }
a { background-color: rgb(247,77,108); }
div.DivClassName
{
background-color: #F74D6C;
}
.BgClassName
{
background-color: #F74D6C;
}
</style>
border-color css
<style>
span { border-color: #F74D6C; }
span { border-color: rgb(247,77,108); }
td.TdClassName
{
border-color: #F74D6C;
}
.TagClassName
{
border-color: #F74D6C;
}
</style>