Shades of Wild Watermelon #F55C73
Tints of Wild Watermelon #F55C73
RGB
CMYK
RGB Variations
Color information
#F55C73 (or 0xF55C73) is known color: Wild Watermelon. HEX triplet: F5, 5C and 73. RGB value is (245,92,115). Sum of RGB (Red+Green+Blue) = 245+92+115=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C73 is #0AA38C. Grayscale: #8C8C8C. Windows color (decimal): -697229 or 7560437. OLE color: 7560437.
HSL color Cylindrical-coordinate representation of color #F55C73: hue angle of 350.98º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C73 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 115 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.04 |
| HSL | 350.98º | 0.88% | 0.66% | - |
| HSV(B) | 350.98º | 0.62% | 0.96% | - |
| XYZ | 44.58 | 28.3 | 19.33 | - |
| YUV | 140.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 115 | 0 | 0.62 | 0.53 | 0.04 | 350.98 | 0.88 | 0.66 |
| Hex | F5 | 5C | 73 | 0 | 3E | 35 | 4 | 15F | 58 | 42 |
| Octal | 365 | 134 | 163 | 0 | 76 | 65 | 4 | 537 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1110011 | 0 | 111110 | 110101 | 100 | 101011111 | 1011000 | 1000010 |
Color Harmonies of #F55C73
Complementary color
Monochromatic Colors of #F55C73
Black with #F55C73
Text Example
Text Example
White with #F55C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C73; }
p { color: rgb(245,92,115); }
H1.HeaderClassName
{
color: #F55C73;
}
.AnyTagClassName
{
color: #F55C73;
}
</style>
background-color css
<style>
a { background-color: #F55C73; }
a { background-color: rgb(245,92,115); }
div.DivClassName
{
background-color: #F55C73;
}
.BgClassName
{
background-color: #F55C73;
}
</style>
border-color css
<style>
span { border-color: #F55C73; }
span { border-color: rgb(245,92,115); }
td.TdClassName
{
border-color: #F55C73;
}
.TagClassName
{
border-color: #F55C73;
}
</style>