Shades of Wild Watermelon #F54F6C
Tints of Wild Watermelon #F54F6C
RGB
CMYK
RGB Variations
Color information
#F54F6C (or 0xF54F6C) is known color: Wild Watermelon. HEX triplet: F5, 4F and 6C. RGB value is (245,79,108). Sum of RGB (Red+Green+Blue) = 245+79+108=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54F6C is #0AB093. Grayscale: #838383. Windows color (decimal): -700564 or 7098357. OLE color: 7098357.
HSL color Cylindrical-coordinate representation of color #F54F6C: hue angle of 349.52º 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 #F54F6C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 108 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.04 |
| HSL | 349.52º | 0.89% | 0.64% | - |
| HSV(B) | 349.52º | 0.68% | 0.96% | - |
| XYZ | 43.16 | 26.09 | 16.95 | - |
| YUV | 131.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 108 | 0 | 0.68 | 0.56 | 0.04 | 349.52 | 0.89 | 0.64 |
| Hex | F5 | 4F | 6C | 0 | 44 | 38 | 4 | 15E | 59 | 40 |
| Octal | 365 | 117 | 154 | 0 | 104 | 70 | 4 | 536 | 131 | 100 |
| Binary | 11110101 | 1001111 | 1101100 | 0 | 1000100 | 111000 | 100 | 101011110 | 1011001 | 1000000 |
Color Harmonies of #F54F6C
Complementary color
Monochromatic Colors of #F54F6C
Black with #F54F6C
Text Example
Text Example
White with #F54F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F6C; }
p { color: rgb(245,79,108); }
H1.HeaderClassName
{
color: #F54F6C;
}
.AnyTagClassName
{
color: #F54F6C;
}
</style>
background-color css
<style>
a { background-color: #F54F6C; }
a { background-color: rgb(245,79,108); }
div.DivClassName
{
background-color: #F54F6C;
}
.BgClassName
{
background-color: #F54F6C;
}
</style>
border-color css
<style>
span { border-color: #F54F6C; }
span { border-color: rgb(245,79,108); }
td.TdClassName
{
border-color: #F54F6C;
}
.TagClassName
{
border-color: #F54F6C;
}
</style>