Shades of Wild Watermelon #F7557D
Tints of Wild Watermelon #F7557D
RGB
CMYK
RGB Variations
Color information
#F7557D (or 0xF7557D) is known color: Wild Watermelon. HEX triplet: F7, 55 and 7D. RGB value is (247,85,125). Sum of RGB (Red+Green+Blue) = 247+85+125=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7557D is #08AA82. Grayscale: #8A8A8A. Windows color (decimal): -567939 or 8214007. OLE color: 8214007.
HSL color Cylindrical-coordinate representation of color #F7557D: hue angle of 345.19º 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 #F7557D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 125 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.03 |
| HSL | 345.19º | 0.91% | 0.65% | - |
| HSV(B) | 345.19º | 0.66% | 0.97% | - |
| XYZ | 45.31 | 27.75 | 22.37 | - |
| YUV | 138 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 125 | 0 | 0.66 | 0.49 | 0.03 | 345.19 | 0.91 | 0.65 |
| Hex | F7 | 55 | 7D | 0 | 42 | 31 | 3 | 159 | 5B | 41 |
| Octal | 367 | 125 | 175 | 0 | 102 | 61 | 3 | 531 | 133 | 101 |
| Binary | 11110111 | 1010101 | 1111101 | 0 | 1000010 | 110001 | 11 | 101011001 | 1011011 | 1000001 |
Color Harmonies of #F7557D
Complementary color
Monochromatic Colors of #F7557D
Black with #F7557D
Text Example
Text Example
White with #F7557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7557D; }
p { color: rgb(247,85,125); }
H1.HeaderClassName
{
color: #F7557D;
}
.AnyTagClassName
{
color: #F7557D;
}
</style>
background-color css
<style>
a { background-color: #F7557D; }
a { background-color: rgb(247,85,125); }
div.DivClassName
{
background-color: #F7557D;
}
.BgClassName
{
background-color: #F7557D;
}
</style>
border-color css
<style>
span { border-color: #F7557D; }
span { border-color: rgb(247,85,125); }
td.TdClassName
{
border-color: #F7557D;
}
.TagClassName
{
border-color: #F7557D;
}
</style>