Shades of Wild Watermelon #F56271
Tints of Wild Watermelon #F56271
RGB
CMYK
RGB Variations
Color information
#F56271 (or 0xF56271) is known color: Wild Watermelon. HEX triplet: F5, 62 and 71. RGB value is (245,98,113). Sum of RGB (Red+Green+Blue) = 245+98+113=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F56271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56271 is #0A9D8E. Grayscale: #8F8F8F. Windows color (decimal): -695695 or 7430901. OLE color: 7430901.
HSL color Cylindrical-coordinate representation of color #F56271: hue angle of 353.88º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56271 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 113 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.04 |
| HSL | 353.88º | 0.88% | 0.67% | - |
| HSV(B) | 353.88º | 0.6% | 0.96% | - |
| XYZ | 45 | 29.34 | 18.91 | - |
| YUV | 143.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 113 | 0 | 0.6 | 0.54 | 0.04 | 353.88 | 0.88 | 0.67 |
| Hex | F5 | 62 | 71 | 0 | 3C | 36 | 4 | 162 | 58 | 43 |
| Octal | 365 | 142 | 161 | 0 | 74 | 66 | 4 | 542 | 130 | 103 |
| Binary | 11110101 | 1100010 | 1110001 | 0 | 111100 | 110110 | 100 | 101100010 | 1011000 | 1000011 |
Color Harmonies of #F56271
Complementary color
Monochromatic Colors of #F56271
Black with #F56271
Text Example
Text Example
White with #F56271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56271; }
p { color: rgb(245,98,113); }
H1.HeaderClassName
{
color: #F56271;
}
.AnyTagClassName
{
color: #F56271;
}
</style>
background-color css
<style>
a { background-color: #F56271; }
a { background-color: rgb(245,98,113); }
div.DivClassName
{
background-color: #F56271;
}
.BgClassName
{
background-color: #F56271;
}
</style>
border-color css
<style>
span { border-color: #F56271; }
span { border-color: rgb(245,98,113); }
td.TdClassName
{
border-color: #F56271;
}
.TagClassName
{
border-color: #F56271;
}
</style>