Shades of Wild Watermelon #F75D68
Tints of Wild Watermelon #F75D68
RGB
CMYK
RGB Variations
Color information
#F75D68 (or 0xF75D68) is known color: Wild Watermelon. HEX triplet: F7, 5D and 68. RGB value is (247,93,104). Sum of RGB (Red+Green+Blue) = 247+93+104=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D68 is #08A297. Grayscale: #8C8C8C. Windows color (decimal): -565912 or 6839799. OLE color: 6839799.
HSL color Cylindrical-coordinate representation of color #F75D68: hue angle of 355.71º 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 #F75D68 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 104 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.03 |
| HSL | 355.71º | 0.91% | 0.67% | - |
| HSV(B) | 355.71º | 0.62% | 0.97% | - |
| XYZ | 44.77 | 28.6 | 16.26 | - |
| YUV | 140.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 104 | 0 | 0.62 | 0.58 | 0.03 | 355.71 | 0.91 | 0.67 |
| Hex | F7 | 5D | 68 | 0 | 3E | 3A | 3 | 164 | 5B | 43 |
| Octal | 367 | 135 | 150 | 0 | 76 | 72 | 3 | 544 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1101000 | 0 | 111110 | 111010 | 11 | 101100100 | 1011011 | 1000011 |
Color Harmonies of #F75D68
Complementary color
Monochromatic Colors of #F75D68
Black with #F75D68
Text Example
Text Example
White with #F75D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D68; }
p { color: rgb(247,93,104); }
H1.HeaderClassName
{
color: #F75D68;
}
.AnyTagClassName
{
color: #F75D68;
}
</style>
background-color css
<style>
a { background-color: #F75D68; }
a { background-color: rgb(247,93,104); }
div.DivClassName
{
background-color: #F75D68;
}
.BgClassName
{
background-color: #F75D68;
}
</style>
border-color css
<style>
span { border-color: #F75D68; }
span { border-color: rgb(247,93,104); }
td.TdClassName
{
border-color: #F75D68;
}
.TagClassName
{
border-color: #F75D68;
}
</style>