Shades of Wild Watermelon #F54D75
Tints of Wild Watermelon #F54D75
RGB
CMYK
RGB Variations
Color information
#F54D75 (or 0xF54D75) is known color: Wild Watermelon. HEX triplet: F5, 4D and 75. RGB value is (245,77,117). Sum of RGB (Red+Green+Blue) = 245+77+117=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D75 is #0AB28A. Grayscale: #838383. Windows color (decimal): -701067 or 7687669. OLE color: 7687669.
HSL color Cylindrical-coordinate representation of color #F54D75: hue angle of 345.71º 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 #F54D75 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 117 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.04 |
| HSL | 345.71º | 0.89% | 0.63% | - |
| HSV(B) | 345.71º | 0.69% | 0.96% | - |
| XYZ | 43.52 | 26 | 19.56 | - |
| YUV | 131.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 117 | 0 | 0.69 | 0.52 | 0.04 | 345.71 | 0.89 | 0.63 |
| Hex | F5 | 4D | 75 | 0 | 45 | 34 | 4 | 15A | 59 | 3F |
| Octal | 365 | 115 | 165 | 0 | 105 | 64 | 4 | 532 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1110101 | 0 | 1000101 | 110100 | 100 | 101011010 | 1011001 | 111111 |
Color Harmonies of #F54D75
Complementary color
Monochromatic Colors of #F54D75
Black with #F54D75
Text Example
Text Example
White with #F54D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D75; }
p { color: rgb(245,77,117); }
H1.HeaderClassName
{
color: #F54D75;
}
.AnyTagClassName
{
color: #F54D75;
}
</style>
background-color css
<style>
a { background-color: #F54D75; }
a { background-color: rgb(245,77,117); }
div.DivClassName
{
background-color: #F54D75;
}
.BgClassName
{
background-color: #F54D75;
}
</style>
border-color css
<style>
span { border-color: #F54D75; }
span { border-color: rgb(245,77,117); }
td.TdClassName
{
border-color: #F54D75;
}
.TagClassName
{
border-color: #F54D75;
}
</style>