Shades of Wild Watermelon #F75471
Tints of Wild Watermelon #F75471
RGB
CMYK
RGB Variations
Color information
#F75471 (or 0xF75471) is known color: Wild Watermelon. HEX triplet: F7, 54 and 71. RGB value is (247,84,113). Sum of RGB (Red+Green+Blue) = 247+84+113=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F75471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75471 is #08AB8E. Grayscale: #888888. Windows color (decimal): -568207 or 7427319. OLE color: 7427319.
HSL color Cylindrical-coordinate representation of color #F75471: hue angle of 349.33º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F75471 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 113 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.03 |
| HSL | 349.33º | 0.91% | 0.65% | - |
| HSV(B) | 349.33º | 0.66% | 0.97% | - |
| XYZ | 44.51 | 27.31 | 18.55 | - |
| YUV | 136.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 113 | 0 | 0.66 | 0.54 | 0.03 | 349.33 | 0.91 | 0.65 |
| Hex | F7 | 54 | 71 | 0 | 42 | 36 | 3 | 15D | 5B | 41 |
| Octal | 367 | 124 | 161 | 0 | 102 | 66 | 3 | 535 | 133 | 101 |
| Binary | 11110111 | 1010100 | 1110001 | 0 | 1000010 | 110110 | 11 | 101011101 | 1011011 | 1000001 |
Color Harmonies of #F75471
Complementary color
Monochromatic Colors of #F75471
Black with #F75471
Text Example
Text Example
White with #F75471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75471; }
p { color: rgb(247,84,113); }
H1.HeaderClassName
{
color: #F75471;
}
.AnyTagClassName
{
color: #F75471;
}
</style>
background-color css
<style>
a { background-color: #F75471; }
a { background-color: rgb(247,84,113); }
div.DivClassName
{
background-color: #F75471;
}
.BgClassName
{
background-color: #F75471;
}
</style>
border-color css
<style>
span { border-color: #F75471; }
span { border-color: rgb(247,84,113); }
td.TdClassName
{
border-color: #F75471;
}
.TagClassName
{
border-color: #F75471;
}
</style>