Shades of Wild Watermelon #F54F76
Tints of Wild Watermelon #F54F76
RGB
CMYK
RGB Variations
Color information
#F54F76 (or 0xF54F76) is known color: Wild Watermelon. HEX triplet: F5, 4F and 76. RGB value is (245,79,118). Sum of RGB (Red+Green+Blue) = 245+79+118=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54F76 is #0AB089. Grayscale: #858585. Windows color (decimal): -700554 or 7753717. OLE color: 7753717.
HSL color Cylindrical-coordinate representation of color #F54F76: hue angle of 345.9º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54F76 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 118 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.04 |
| HSL | 345.9º | 0.89% | 0.64% | - |
| HSV(B) | 345.9º | 0.68% | 0.96% | - |
| XYZ | 43.72 | 26.31 | 19.91 | - |
| YUV | 133.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 118 | 0 | 0.68 | 0.52 | 0.04 | 345.9 | 0.89 | 0.64 |
| Hex | F5 | 4F | 76 | 0 | 44 | 34 | 4 | 15A | 59 | 40 |
| Octal | 365 | 117 | 166 | 0 | 104 | 64 | 4 | 532 | 131 | 100 |
| Binary | 11110101 | 1001111 | 1110110 | 0 | 1000100 | 110100 | 100 | 101011010 | 1011001 | 1000000 |
Color Harmonies of #F54F76
Complementary color
Monochromatic Colors of #F54F76
Black with #F54F76
Text Example
Text Example
White with #F54F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F76; }
p { color: rgb(245,79,118); }
H1.HeaderClassName
{
color: #F54F76;
}
.AnyTagClassName
{
color: #F54F76;
}
</style>
background-color css
<style>
a { background-color: #F54F76; }
a { background-color: rgb(245,79,118); }
div.DivClassName
{
background-color: #F54F76;
}
.BgClassName
{
background-color: #F54F76;
}
</style>
border-color css
<style>
span { border-color: #F54F76; }
span { border-color: rgb(245,79,118); }
td.TdClassName
{
border-color: #F54F76;
}
.TagClassName
{
border-color: #F54F76;
}
</style>