Shades of Wild Watermelon #F54772
Tints of Wild Watermelon #F54772
RGB
CMYK
RGB Variations
Color information
#F54772 (or 0xF54772) is known color: Wild Watermelon. HEX triplet: F5, 47 and 72. RGB value is (245,71,114). Sum of RGB (Red+Green+Blue) = 245+71+114=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F54772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54772 is #0AB88D. Grayscale: #7F7F7F. Windows color (decimal): -702606 or 7489525. OLE color: 7489525.
HSL color Cylindrical-coordinate representation of color #F54772: hue angle of 345.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54772 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 114 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.04 |
| HSL | 345.17º | 0.9% | 0.62% | - |
| HSV(B) | 345.17º | 0.71% | 0.96% | - |
| XYZ | 42.95 | 25.13 | 18.51 | - |
| YUV | 127.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 114 | 0 | 0.71 | 0.53 | 0.04 | 345.17 | 0.9 | 0.62 |
| Hex | F5 | 47 | 72 | 0 | 47 | 35 | 4 | 159 | 5A | 3E |
| Octal | 365 | 107 | 162 | 0 | 107 | 65 | 4 | 531 | 132 | 76 |
| Binary | 11110101 | 1000111 | 1110010 | 0 | 1000111 | 110101 | 100 | 101011001 | 1011010 | 111110 |
Color Harmonies of #F54772
Complementary color
Monochromatic Colors of #F54772
Black with #F54772
Text Example
Text Example
White with #F54772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54772; }
p { color: rgb(245,71,114); }
H1.HeaderClassName
{
color: #F54772;
}
.AnyTagClassName
{
color: #F54772;
}
</style>
background-color css
<style>
a { background-color: #F54772; }
a { background-color: rgb(245,71,114); }
div.DivClassName
{
background-color: #F54772;
}
.BgClassName
{
background-color: #F54772;
}
</style>
border-color css
<style>
span { border-color: #F54772; }
span { border-color: rgb(245,71,114); }
td.TdClassName
{
border-color: #F54772;
}
.TagClassName
{
border-color: #F54772;
}
</style>