Shades of Wild Watermelon #F75D6C
Tints of Wild Watermelon #F75D6C
RGB
CMYK
RGB Variations
Color information
#F75D6C (or 0xF75D6C) is known color: Wild Watermelon. HEX triplet: F7, 5D and 6C. RGB value is (247,93,108). Sum of RGB (Red+Green+Blue) = 247+93+108=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D6C is #08A293. Grayscale: #8C8C8C. Windows color (decimal): -565908 or 7101943. OLE color: 7101943.
HSL color Cylindrical-coordinate representation of color #F75D6C: hue angle of 354.16º degrees, saturation: 0.91, 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 #F75D6C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 108 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.03 |
| HSL | 354.16º | 0.91% | 0.67% | - |
| HSV(B) | 354.16º | 0.62% | 0.97% | - |
| XYZ | 44.98 | 28.69 | 17.35 | - |
| YUV | 140.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 108 | 0 | 0.62 | 0.56 | 0.03 | 354.16 | 0.91 | 0.67 |
| Hex | F7 | 5D | 6C | 0 | 3E | 38 | 3 | 162 | 5B | 43 |
| Octal | 367 | 135 | 154 | 0 | 76 | 70 | 3 | 542 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1101100 | 0 | 111110 | 111000 | 11 | 101100010 | 1011011 | 1000011 |
Color Harmonies of #F75D6C
Complementary color
Monochromatic Colors of #F75D6C
Black with #F75D6C
Text Example
Text Example
White with #F75D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D6C; }
p { color: rgb(247,93,108); }
H1.HeaderClassName
{
color: #F75D6C;
}
.AnyTagClassName
{
color: #F75D6C;
}
</style>
background-color css
<style>
a { background-color: #F75D6C; }
a { background-color: rgb(247,93,108); }
div.DivClassName
{
background-color: #F75D6C;
}
.BgClassName
{
background-color: #F75D6C;
}
</style>
border-color css
<style>
span { border-color: #F75D6C; }
span { border-color: rgb(247,93,108); }
td.TdClassName
{
border-color: #F75D6C;
}
.TagClassName
{
border-color: #F75D6C;
}
</style>