Shades of Wild Watermelon #F54D76
Tints of Wild Watermelon #F54D76
RGB
CMYK
RGB Variations
Color information
#F54D76 (or 0xF54D76) is known color: Wild Watermelon. HEX triplet: F5, 4D and 76. RGB value is (245,77,118). Sum of RGB (Red+Green+Blue) = 245+77+118=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D76 is #0AB289. Grayscale: #838383. Windows color (decimal): -701066 or 7753205. OLE color: 7753205.
HSL color Cylindrical-coordinate representation of color #F54D76: hue angle of 345.36º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54D76 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 118 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.04 |
| HSL | 345.36º | 0.89% | 0.63% | - |
| HSV(B) | 345.36º | 0.69% | 0.96% | - |
| XYZ | 43.58 | 26.03 | 19.87 | - |
| YUV | 131.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 118 | 0 | 0.69 | 0.52 | 0.04 | 345.36 | 0.89 | 0.63 |
| Hex | F5 | 4D | 76 | 0 | 45 | 34 | 4 | 159 | 59 | 3F |
| Octal | 365 | 115 | 166 | 0 | 105 | 64 | 4 | 531 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1110110 | 0 | 1000101 | 110100 | 100 | 101011001 | 1011001 | 111111 |
Color Harmonies of #F54D76
Complementary color
Monochromatic Colors of #F54D76
Black with #F54D76
Text Example
Text Example
White with #F54D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D76; }
p { color: rgb(245,77,118); }
H1.HeaderClassName
{
color: #F54D76;
}
.AnyTagClassName
{
color: #F54D76;
}
</style>
background-color css
<style>
a { background-color: #F54D76; }
a { background-color: rgb(245,77,118); }
div.DivClassName
{
background-color: #F54D76;
}
.BgClassName
{
background-color: #F54D76;
}
</style>
border-color css
<style>
span { border-color: #F54D76; }
span { border-color: rgb(245,77,118); }
td.TdClassName
{
border-color: #F54D76;
}
.TagClassName
{
border-color: #F54D76;
}
</style>