Shades of Wild Watermelon #F75D6D
Tints of Wild Watermelon #F75D6D
RGB
CMYK
RGB Variations
Color information
#F75D6D (or 0xF75D6D) is known color: Wild Watermelon. HEX triplet: F7, 5D and 6D. RGB value is (247,93,109). Sum of RGB (Red+Green+Blue) = 247+93+109=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D6D is #08A292. Grayscale: #8C8C8C. Windows color (decimal): -565907 or 7167479. OLE color: 7167479.
HSL color Cylindrical-coordinate representation of color #F75D6D: hue angle of 353.77º 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 #F75D6D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 109 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.03 |
| HSL | 353.77º | 0.91% | 0.67% | - |
| HSV(B) | 353.77º | 0.62% | 0.97% | - |
| XYZ | 45.03 | 28.71 | 17.64 | - |
| YUV | 140.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 109 | 0 | 0.62 | 0.56 | 0.03 | 353.77 | 0.91 | 0.67 |
| Hex | F7 | 5D | 6D | 0 | 3E | 38 | 3 | 162 | 5B | 43 |
| Octal | 367 | 135 | 155 | 0 | 76 | 70 | 3 | 542 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1101101 | 0 | 111110 | 111000 | 11 | 101100010 | 1011011 | 1000011 |
Color Harmonies of #F75D6D
Complementary color
Monochromatic Colors of #F75D6D
Black with #F75D6D
Text Example
Text Example
White with #F75D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D6D; }
p { color: rgb(247,93,109); }
H1.HeaderClassName
{
color: #F75D6D;
}
.AnyTagClassName
{
color: #F75D6D;
}
</style>
background-color css
<style>
a { background-color: #F75D6D; }
a { background-color: rgb(247,93,109); }
div.DivClassName
{
background-color: #F75D6D;
}
.BgClassName
{
background-color: #F75D6D;
}
</style>
border-color css
<style>
span { border-color: #F75D6D; }
span { border-color: rgb(247,93,109); }
td.TdClassName
{
border-color: #F75D6D;
}
.TagClassName
{
border-color: #F75D6D;
}
</style>