Shades of Wild Watermelon #F75D64
Tints of Wild Watermelon #F75D64
RGB
CMYK
RGB Variations
Color information
#F75D64 (or 0xF75D64) is known color: Wild Watermelon. HEX triplet: F7, 5D and 64. RGB value is (247,93,100). Sum of RGB (Red+Green+Blue) = 247+93+100=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D64 is #08A29B. Grayscale: #8B8B8B. Windows color (decimal): -565916 or 6577655. OLE color: 6577655.
HSL color Cylindrical-coordinate representation of color #F75D64: hue angle of 357.27º 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 #F75D64 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 100 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.03 |
| HSL | 357.27º | 0.91% | 0.67% | - |
| HSV(B) | 357.27º | 0.62% | 0.97% | - |
| XYZ | 44.57 | 28.52 | 15.21 | - |
| YUV | 139.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 100 | 0 | 0.62 | 0.60 | 0.03 | 357.27 | 0.91 | 0.67 |
| Hex | F7 | 5D | 64 | 0 | 3E | 3C | 3 | 165 | 5B | 43 |
| Octal | 367 | 135 | 144 | 0 | 76 | 74 | 3 | 545 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1100100 | 0 | 111110 | 111100 | 11 | 101100101 | 1011011 | 1000011 |
Color Harmonies of #F75D64
Complementary color
Monochromatic Colors of #F75D64
Black with #F75D64
Text Example
Text Example
White with #F75D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D64; }
p { color: rgb(247,93,100); }
H1.HeaderClassName
{
color: #F75D64;
}
.AnyTagClassName
{
color: #F75D64;
}
</style>
background-color css
<style>
a { background-color: #F75D64; }
a { background-color: rgb(247,93,100); }
div.DivClassName
{
background-color: #F75D64;
}
.BgClassName
{
background-color: #F75D64;
}
</style>
border-color css
<style>
span { border-color: #F75D64; }
span { border-color: rgb(247,93,100); }
td.TdClassName
{
border-color: #F75D64;
}
.TagClassName
{
border-color: #F75D64;
}
</style>