Shades of Wild Watermelon #F75D6E
Tints of Wild Watermelon #F75D6E
RGB
CMYK
RGB Variations
Color information
#F75D6E (or 0xF75D6E) is known color: Wild Watermelon. HEX triplet: F7, 5D and 6E. RGB value is (247,93,110). Sum of RGB (Red+Green+Blue) = 247+93+110=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D6E is #08A291. Grayscale: #8D8D8D. Windows color (decimal): -565906 or 7233015. OLE color: 7233015.
HSL color Cylindrical-coordinate representation of color #F75D6E: hue angle of 353.38º 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 #F75D6E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 110 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.03 |
| HSL | 353.38º | 0.91% | 0.67% | - |
| HSV(B) | 353.38º | 0.62% | 0.97% | - |
| XYZ | 45.09 | 28.73 | 17.92 | - |
| YUV | 140.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 110 | 0 | 0.62 | 0.55 | 0.03 | 353.38 | 0.91 | 0.67 |
| Hex | F7 | 5D | 6E | 0 | 3E | 37 | 3 | 161 | 5B | 43 |
| Octal | 367 | 135 | 156 | 0 | 76 | 67 | 3 | 541 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1101110 | 0 | 111110 | 110111 | 11 | 101100001 | 1011011 | 1000011 |
Color Harmonies of #F75D6E
Complementary color
Monochromatic Colors of #F75D6E
Black with #F75D6E
Text Example
Text Example
White with #F75D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D6E; }
p { color: rgb(247,93,110); }
H1.HeaderClassName
{
color: #F75D6E;
}
.AnyTagClassName
{
color: #F75D6E;
}
</style>
background-color css
<style>
a { background-color: #F75D6E; }
a { background-color: rgb(247,93,110); }
div.DivClassName
{
background-color: #F75D6E;
}
.BgClassName
{
background-color: #F75D6E;
}
</style>
border-color css
<style>
span { border-color: #F75D6E; }
span { border-color: rgb(247,93,110); }
td.TdClassName
{
border-color: #F75D6E;
}
.TagClassName
{
border-color: #F75D6E;
}
</style>