Shades of Wild Watermelon #F54C70
Tints of Wild Watermelon #F54C70
RGB
CMYK
RGB Variations
Color information
#F54C70 (or 0xF54C70) is known color: Wild Watermelon. HEX triplet: F5, 4C and 70. RGB value is (245,76,112). Sum of RGB (Red+Green+Blue) = 245+76+112=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C70 is #0AB38F. Grayscale: #828282. Windows color (decimal): -701328 or 7359733. OLE color: 7359733.
HSL color Cylindrical-coordinate representation of color #F54C70: hue angle of 347.22º 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 #F54C70 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 112 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.04 |
| HSL | 347.22º | 0.89% | 0.63% | - |
| HSV(B) | 347.22º | 0.69% | 0.96% | - |
| XYZ | 43.17 | 25.75 | 18.02 | - |
| YUV | 130.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 112 | 0 | 0.69 | 0.54 | 0.04 | 347.22 | 0.89 | 0.63 |
| Hex | F5 | 4C | 70 | 0 | 45 | 36 | 4 | 15B | 59 | 3F |
| Octal | 365 | 114 | 160 | 0 | 105 | 66 | 4 | 533 | 131 | 77 |
| Binary | 11110101 | 1001100 | 1110000 | 0 | 1000101 | 110110 | 100 | 101011011 | 1011001 | 111111 |
Color Harmonies of #F54C70
Complementary color
Monochromatic Colors of #F54C70
Black with #F54C70
Text Example
Text Example
White with #F54C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C70; }
p { color: rgb(245,76,112); }
H1.HeaderClassName
{
color: #F54C70;
}
.AnyTagClassName
{
color: #F54C70;
}
</style>
background-color css
<style>
a { background-color: #F54C70; }
a { background-color: rgb(245,76,112); }
div.DivClassName
{
background-color: #F54C70;
}
.BgClassName
{
background-color: #F54C70;
}
</style>
border-color css
<style>
span { border-color: #F54C70; }
span { border-color: rgb(245,76,112); }
td.TdClassName
{
border-color: #F54C70;
}
.TagClassName
{
border-color: #F54C70;
}
</style>