Shades of Wild Watermelon #F54D68
Tints of Wild Watermelon #F54D68
RGB
CMYK
RGB Variations
Color information
#F54D68 (or 0xF54D68) is known color: Wild Watermelon. HEX triplet: F5, 4D and 68. RGB value is (245,77,104). Sum of RGB (Red+Green+Blue) = 245+77+104=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D68 is #0AB297. Grayscale: #828282. Windows color (decimal): -701080 or 6835701. OLE color: 6835701.
HSL color Cylindrical-coordinate representation of color #F54D68: hue angle of 350.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 #F54D68 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 104 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.04 |
| HSL | 350.36º | 0.89% | 0.63% | - |
| HSV(B) | 350.36º | 0.69% | 0.96% | - |
| XYZ | 42.81 | 25.72 | 15.8 | - |
| YUV | 130.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 104 | 0 | 0.69 | 0.58 | 0.04 | 350.36 | 0.89 | 0.63 |
| Hex | F5 | 4D | 68 | 0 | 45 | 3A | 4 | 15E | 59 | 3F |
| Octal | 365 | 115 | 150 | 0 | 105 | 72 | 4 | 536 | 131 | 77 |
| Binary | 11110101 | 1001101 | 1101000 | 0 | 1000101 | 111010 | 100 | 101011110 | 1011001 | 111111 |
Color Harmonies of #F54D68
Complementary color
Monochromatic Colors of #F54D68
Black with #F54D68
Text Example
Text Example
White with #F54D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D68; }
p { color: rgb(245,77,104); }
H1.HeaderClassName
{
color: #F54D68;
}
.AnyTagClassName
{
color: #F54D68;
}
</style>
background-color css
<style>
a { background-color: #F54D68; }
a { background-color: rgb(245,77,104); }
div.DivClassName
{
background-color: #F54D68;
}
.BgClassName
{
background-color: #F54D68;
}
</style>
border-color css
<style>
span { border-color: #F54D68; }
span { border-color: rgb(245,77,104); }
td.TdClassName
{
border-color: #F54D68;
}
.TagClassName
{
border-color: #F54D68;
}
</style>