Shades of Wild Watermelon #F54971
Tints of Wild Watermelon #F54971
RGB
CMYK
RGB Variations
Color information
#F54971 (or 0xF54971) is known color: Wild Watermelon. HEX triplet: F5, 49 and 71. RGB value is (245,73,113). Sum of RGB (Red+Green+Blue) = 245+73+113=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F54971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54971 is #0AB68E. Grayscale: #818181. Windows color (decimal): -702095 or 7424501. OLE color: 7424501.
HSL color Cylindrical-coordinate representation of color #F54971: hue angle of 346.05º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54971 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 113 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.04 |
| HSL | 346.05º | 0.9% | 0.62% | - |
| HSV(B) | 346.05º | 0.7% | 0.96% | - |
| XYZ | 43.02 | 25.37 | 18.25 | - |
| YUV | 128.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 113 | 0 | 0.70 | 0.54 | 0.04 | 346.05 | 0.9 | 0.62 |
| Hex | F5 | 49 | 71 | 0 | 46 | 36 | 4 | 15A | 5A | 3E |
| Octal | 365 | 111 | 161 | 0 | 106 | 66 | 4 | 532 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1110001 | 0 | 1000110 | 110110 | 100 | 101011010 | 1011010 | 111110 |
Color Harmonies of #F54971
Complementary color
Monochromatic Colors of #F54971
Black with #F54971
Text Example
Text Example
White with #F54971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54971; }
p { color: rgb(245,73,113); }
H1.HeaderClassName
{
color: #F54971;
}
.AnyTagClassName
{
color: #F54971;
}
</style>
background-color css
<style>
a { background-color: #F54971; }
a { background-color: rgb(245,73,113); }
div.DivClassName
{
background-color: #F54971;
}
.BgClassName
{
background-color: #F54971;
}
</style>
border-color css
<style>
span { border-color: #F54971; }
span { border-color: rgb(245,73,113); }
td.TdClassName
{
border-color: #F54971;
}
.TagClassName
{
border-color: #F54971;
}
</style>