Shades of Wild Watermelon #F74D63
Tints of Wild Watermelon #F74D63
RGB
CMYK
RGB Variations
Color information
#F74D63 (or 0xF74D63) is known color: Wild Watermelon. HEX triplet: F7, 4D and 63. RGB value is (247,77,99). Sum of RGB (Red+Green+Blue) = 247+77+99=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D63 is #08B29C. Grayscale: #828282. Windows color (decimal): -570013 or 6508023. OLE color: 6508023.
HSL color Cylindrical-coordinate representation of color #F74D63: hue angle of 352.24º 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 #F74D63 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 99 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.03 |
| HSL | 352.24º | 0.91% | 0.64% | - |
| HSV(B) | 352.24º | 0.69% | 0.97% | - |
| XYZ | 43.26 | 25.98 | 14.54 | - |
| YUV | 130.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 99 | 0 | 0.69 | 0.60 | 0.03 | 352.24 | 0.91 | 0.64 |
| Hex | F7 | 4D | 63 | 0 | 45 | 3C | 3 | 160 | 5B | 40 |
| Octal | 367 | 115 | 143 | 0 | 105 | 74 | 3 | 540 | 133 | 100 |
| Binary | 11110111 | 1001101 | 1100011 | 0 | 1000101 | 111100 | 11 | 101100000 | 1011011 | 1000000 |
Color Harmonies of #F74D63
Complementary color
Monochromatic Colors of #F74D63
Black with #F74D63
Text Example
Text Example
White with #F74D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D63; }
p { color: rgb(247,77,99); }
H1.HeaderClassName
{
color: #F74D63;
}
.AnyTagClassName
{
color: #F74D63;
}
</style>
background-color css
<style>
a { background-color: #F74D63; }
a { background-color: rgb(247,77,99); }
div.DivClassName
{
background-color: #F74D63;
}
.BgClassName
{
background-color: #F74D63;
}
</style>
border-color css
<style>
span { border-color: #F74D63; }
span { border-color: rgb(247,77,99); }
td.TdClassName
{
border-color: #F74D63;
}
.TagClassName
{
border-color: #F74D63;
}
</style>