Shades of Wild Watermelon #F75C68
Tints of Wild Watermelon #F75C68
RGB
CMYK
RGB Variations
Color information
#F75C68 (or 0xF75C68) is known color: Wild Watermelon. HEX triplet: F7, 5C and 68. RGB value is (247,92,104). Sum of RGB (Red+Green+Blue) = 247+92+104=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C68 is #08A397. Grayscale: #8B8B8B. Windows color (decimal): -566168 or 6839543. OLE color: 6839543.
HSL color Cylindrical-coordinate representation of color #F75C68: hue angle of 355.35º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75C68 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 104 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.03 |
| HSL | 355.35º | 0.91% | 0.66% | - |
| HSV(B) | 355.35º | 0.63% | 0.97% | - |
| XYZ | 44.68 | 28.43 | 16.23 | - |
| YUV | 139.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 104 | 0 | 0.63 | 0.58 | 0.03 | 355.35 | 0.91 | 0.66 |
| Hex | F7 | 5C | 68 | 0 | 3F | 3A | 3 | 163 | 5B | 42 |
| Octal | 367 | 134 | 150 | 0 | 77 | 72 | 3 | 543 | 133 | 102 |
| Binary | 11110111 | 1011100 | 1101000 | 0 | 111111 | 111010 | 11 | 101100011 | 1011011 | 1000010 |
Color Harmonies of #F75C68
Complementary color
Monochromatic Colors of #F75C68
Black with #F75C68
Text Example
Text Example
White with #F75C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C68; }
p { color: rgb(247,92,104); }
H1.HeaderClassName
{
color: #F75C68;
}
.AnyTagClassName
{
color: #F75C68;
}
</style>
background-color css
<style>
a { background-color: #F75C68; }
a { background-color: rgb(247,92,104); }
div.DivClassName
{
background-color: #F75C68;
}
.BgClassName
{
background-color: #F75C68;
}
</style>
border-color css
<style>
span { border-color: #F75C68; }
span { border-color: rgb(247,92,104); }
td.TdClassName
{
border-color: #F75C68;
}
.TagClassName
{
border-color: #F75C68;
}
</style>