Shades of Wild Watermelon #F55461
Tints of Wild Watermelon #F55461
RGB
CMYK
RGB Variations
Color information
#F55461 (or 0xF55461) is known color: Wild Watermelon. HEX triplet: F5, 54 and 61. RGB value is (245,84,97). Sum of RGB (Red+Green+Blue) = 245+84+97=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F55461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55461 is #0AAB9E. Grayscale: #858585. Windows color (decimal): -699295 or 6378741. OLE color: 6378741.
HSL color Cylindrical-coordinate representation of color #F55461: hue angle of 355.16º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55461 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 97 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.04 |
| HSL | 355.16º | 0.89% | 0.65% | - |
| HSV(B) | 355.16º | 0.66% | 0.96% | - |
| XYZ | 42.98 | 26.62 | 14.18 | - |
| YUV | 133.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 97 | 0 | 0.66 | 0.60 | 0.04 | 355.16 | 0.89 | 0.65 |
| Hex | F5 | 54 | 61 | 0 | 42 | 3C | 4 | 163 | 59 | 41 |
| Octal | 365 | 124 | 141 | 0 | 102 | 74 | 4 | 543 | 131 | 101 |
| Binary | 11110101 | 1010100 | 1100001 | 0 | 1000010 | 111100 | 100 | 101100011 | 1011001 | 1000001 |
Color Harmonies of #F55461
Complementary color
Monochromatic Colors of #F55461
Black with #F55461
Text Example
Text Example
White with #F55461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55461; }
p { color: rgb(245,84,97); }
H1.HeaderClassName
{
color: #F55461;
}
.AnyTagClassName
{
color: #F55461;
}
</style>
background-color css
<style>
a { background-color: #F55461; }
a { background-color: rgb(245,84,97); }
div.DivClassName
{
background-color: #F55461;
}
.BgClassName
{
background-color: #F55461;
}
</style>
border-color css
<style>
span { border-color: #F55461; }
span { border-color: rgb(245,84,97); }
td.TdClassName
{
border-color: #F55461;
}
.TagClassName
{
border-color: #F55461;
}
</style>