Shades of Wild Watermelon #F75F68
Tints of Wild Watermelon #F75F68
RGB
CMYK
RGB Variations
Color information
#F75F68 (or 0xF75F68) is known color: Wild Watermelon. HEX triplet: F7, 5F and 68. RGB value is (247,95,104). Sum of RGB (Red+Green+Blue) = 247+95+104=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F68 is #08A097. Grayscale: #8D8D8D. Windows color (decimal): -565400 or 6840311. OLE color: 6840311.
HSL color Cylindrical-coordinate representation of color #F75F68: hue angle of 356.45º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75F68 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 104 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.03 |
| HSL | 356.45º | 0.9% | 0.67% | - |
| HSV(B) | 356.45º | 0.62% | 0.97% | - |
| XYZ | 44.95 | 28.96 | 16.32 | - |
| YUV | 141.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 104 | 0 | 0.62 | 0.58 | 0.03 | 356.45 | 0.9 | 0.67 |
| Hex | F7 | 5F | 68 | 0 | 3E | 3A | 3 | 164 | 5A | 43 |
| Octal | 367 | 137 | 150 | 0 | 76 | 72 | 3 | 544 | 132 | 103 |
| Binary | 11110111 | 1011111 | 1101000 | 0 | 111110 | 111010 | 11 | 101100100 | 1011010 | 1000011 |
Color Harmonies of #F75F68
Complementary color
Monochromatic Colors of #F75F68
Black with #F75F68
Text Example
Text Example
White with #F75F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75F68; }
p { color: rgb(247,95,104); }
H1.HeaderClassName
{
color: #F75F68;
}
.AnyTagClassName
{
color: #F75F68;
}
</style>
background-color css
<style>
a { background-color: #F75F68; }
a { background-color: rgb(247,95,104); }
div.DivClassName
{
background-color: #F75F68;
}
.BgClassName
{
background-color: #F75F68;
}
</style>
border-color css
<style>
span { border-color: #F75F68; }
span { border-color: rgb(247,95,104); }
td.TdClassName
{
border-color: #F75F68;
}
.TagClassName
{
border-color: #F75F68;
}
</style>