Shades of Wild Watermelon #F74F68
Tints of Wild Watermelon #F74F68
RGB
CMYK
RGB Variations
Color information
#F74F68 (or 0xF74F68) is known color: Wild Watermelon. HEX triplet: F7, 4F and 68. RGB value is (247,79,104). Sum of RGB (Red+Green+Blue) = 247+79+104=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F68 is #08B097. Grayscale: #848484. Windows color (decimal): -569496 or 6836215. OLE color: 6836215.
HSL color Cylindrical-coordinate representation of color #F74F68: hue angle of 351.07º 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 #F74F68 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 104 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.03 |
| HSL | 351.07º | 0.91% | 0.64% | - |
| HSV(B) | 351.07º | 0.68% | 0.97% | - |
| XYZ | 43.65 | 26.37 | 15.89 | - |
| YUV | 132.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 104 | 0 | 0.68 | 0.58 | 0.03 | 351.07 | 0.91 | 0.64 |
| Hex | F7 | 4F | 68 | 0 | 44 | 3A | 3 | 15F | 5B | 40 |
| Octal | 367 | 117 | 150 | 0 | 104 | 72 | 3 | 537 | 133 | 100 |
| Binary | 11110111 | 1001111 | 1101000 | 0 | 1000100 | 111010 | 11 | 101011111 | 1011011 | 1000000 |
Color Harmonies of #F74F68
Complementary color
Monochromatic Colors of #F74F68
Black with #F74F68
Text Example
Text Example
White with #F74F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F68; }
p { color: rgb(247,79,104); }
H1.HeaderClassName
{
color: #F74F68;
}
.AnyTagClassName
{
color: #F74F68;
}
</style>
background-color css
<style>
a { background-color: #F74F68; }
a { background-color: rgb(247,79,104); }
div.DivClassName
{
background-color: #F74F68;
}
.BgClassName
{
background-color: #F74F68;
}
</style>
border-color css
<style>
span { border-color: #F74F68; }
span { border-color: rgb(247,79,104); }
td.TdClassName
{
border-color: #F74F68;
}
.TagClassName
{
border-color: #F74F68;
}
</style>