Shades of Wild Watermelon #F56274
Tints of Wild Watermelon #F56274
RGB
CMYK
RGB Variations
Color information
#F56274 (or 0xF56274) is known color: Wild Watermelon. HEX triplet: F5, 62 and 74. RGB value is (245,98,116). Sum of RGB (Red+Green+Blue) = 245+98+116=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F56274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56274 is #0A9D8B. Grayscale: #909090. Windows color (decimal): -695692 or 7627509. OLE color: 7627509.
HSL color Cylindrical-coordinate representation of color #F56274: hue angle of 352.65º 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 #F56274 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 116 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.04 |
| HSL | 352.65º | 0.88% | 0.67% | - |
| HSV(B) | 352.65º | 0.6% | 0.96% | - |
| XYZ | 45.18 | 29.41 | 19.82 | - |
| YUV | 144.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 116 | 0 | 0.6 | 0.53 | 0.04 | 352.65 | 0.88 | 0.67 |
| Hex | F5 | 62 | 74 | 0 | 3C | 35 | 4 | 161 | 58 | 43 |
| Octal | 365 | 142 | 164 | 0 | 74 | 65 | 4 | 541 | 130 | 103 |
| Binary | 11110101 | 1100010 | 1110100 | 0 | 111100 | 110101 | 100 | 101100001 | 1011000 | 1000011 |
Color Harmonies of #F56274
Complementary color
Monochromatic Colors of #F56274
Black with #F56274
Text Example
Text Example
White with #F56274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56274; }
p { color: rgb(245,98,116); }
H1.HeaderClassName
{
color: #F56274;
}
.AnyTagClassName
{
color: #F56274;
}
</style>
background-color css
<style>
a { background-color: #F56274; }
a { background-color: rgb(245,98,116); }
div.DivClassName
{
background-color: #F56274;
}
.BgClassName
{
background-color: #F56274;
}
</style>
border-color css
<style>
span { border-color: #F56274; }
span { border-color: rgb(245,98,116); }
td.TdClassName
{
border-color: #F56274;
}
.TagClassName
{
border-color: #F56274;
}
</style>