Shades of Wild Watermelon #F54C77
Tints of Wild Watermelon #F54C77
RGB
CMYK
RGB Variations
Color information
#F54C77 (or 0xF54C77) is known color: Wild Watermelon. HEX triplet: F5, 4C and 77. RGB value is (245,76,119). Sum of RGB (Red+Green+Blue) = 245+76+119=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C77 is #0AB388. Grayscale: #838383. Windows color (decimal): -701321 or 7818485. OLE color: 7818485.
HSL color Cylindrical-coordinate representation of color #F54C77: hue angle of 344.73º 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 #F54C77 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 119 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.04 |
| HSL | 344.73º | 0.89% | 0.63% | - |
| HSV(B) | 344.73º | 0.69% | 0.96% | - |
| XYZ | 43.57 | 25.91 | 20.16 | - |
| YUV | 131.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 119 | 0 | 0.69 | 0.51 | 0.04 | 344.73 | 0.89 | 0.63 |
| Hex | F5 | 4C | 77 | 0 | 45 | 33 | 4 | 159 | 59 | 3F |
| Octal | 365 | 114 | 167 | 0 | 105 | 63 | 4 | 531 | 131 | 77 |
| Binary | 11110101 | 1001100 | 1110111 | 0 | 1000101 | 110011 | 100 | 101011001 | 1011001 | 111111 |
Color Harmonies of #F54C77
Complementary color
Monochromatic Colors of #F54C77
Black with #F54C77
Text Example
Text Example
White with #F54C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C77; }
p { color: rgb(245,76,119); }
H1.HeaderClassName
{
color: #F54C77;
}
.AnyTagClassName
{
color: #F54C77;
}
</style>
background-color css
<style>
a { background-color: #F54C77; }
a { background-color: rgb(245,76,119); }
div.DivClassName
{
background-color: #F54C77;
}
.BgClassName
{
background-color: #F54C77;
}
</style>
border-color css
<style>
span { border-color: #F54C77; }
span { border-color: rgb(245,76,119); }
td.TdClassName
{
border-color: #F54C77;
}
.TagClassName
{
border-color: #F54C77;
}
</style>