Shades of Wild Watermelon #F75C5D
Tints of Wild Watermelon #F75C5D
RGB
CMYK
RGB Variations
Color information
#F75C5D (or 0xF75C5D) is known color: Wild Watermelon. HEX triplet: F7, 5C and 5D. RGB value is (247,92,93). Sum of RGB (Red+Green+Blue) = 247+92+93=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C5D is #08A3A2. Grayscale: #8A8A8A. Windows color (decimal): -566179 or 6118647. OLE color: 6118647.
HSL color Cylindrical-coordinate representation of color #F75C5D: hue angle of 359.61º 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 #F75C5D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 93 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.03 |
| HSL | 359.61º | 0.91% | 0.66% | - |
| HSV(B) | 359.61º | 0.63% | 0.97% | - |
| XYZ | 44.16 | 28.22 | 13.48 | - |
| YUV | 138.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 93 | 0 | 0.63 | 0.62 | 0.03 | 359.61 | 0.91 | 0.66 |
| Hex | F7 | 5C | 5D | 0 | 3F | 3E | 3 | 168 | 5B | 42 |
| Octal | 367 | 134 | 135 | 0 | 77 | 76 | 3 | 550 | 133 | 102 |
| Binary | 11110111 | 1011100 | 1011101 | 0 | 111111 | 111110 | 11 | 101101000 | 1011011 | 1000010 |
Color Harmonies of #F75C5D
Complementary color
Monochromatic Colors of #F75C5D
Black with #F75C5D
Text Example
Text Example
White with #F75C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C5D; }
p { color: rgb(247,92,93); }
H1.HeaderClassName
{
color: #F75C5D;
}
.AnyTagClassName
{
color: #F75C5D;
}
</style>
background-color css
<style>
a { background-color: #F75C5D; }
a { background-color: rgb(247,92,93); }
div.DivClassName
{
background-color: #F75C5D;
}
.BgClassName
{
background-color: #F75C5D;
}
</style>
border-color css
<style>
span { border-color: #F75C5D; }
span { border-color: rgb(247,92,93); }
td.TdClassName
{
border-color: #F75C5D;
}
.TagClassName
{
border-color: #F75C5D;
}
</style>