Shades of Wild Watermelon #F55C72
Tints of Wild Watermelon #F55C72
RGB
CMYK
RGB Variations
Color information
#F55C72 (or 0xF55C72) is known color: Wild Watermelon. HEX triplet: F5, 5C and 72. RGB value is (245,92,114). Sum of RGB (Red+Green+Blue) = 245+92+114=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C72 is #0AA38D. Grayscale: #8C8C8C. Windows color (decimal): -697230 or 7494901. OLE color: 7494901.
HSL color Cylindrical-coordinate representation of color #F55C72: hue angle of 351.37º 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 #F55C72 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 114 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.04 |
| HSL | 351.37º | 0.88% | 0.66% | - |
| HSV(B) | 351.37º | 0.62% | 0.96% | - |
| XYZ | 44.52 | 28.28 | 19.03 | - |
| YUV | 140.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 114 | 0 | 0.62 | 0.53 | 0.04 | 351.37 | 0.88 | 0.66 |
| Hex | F5 | 5C | 72 | 0 | 3E | 35 | 4 | 15F | 58 | 42 |
| Octal | 365 | 134 | 162 | 0 | 76 | 65 | 4 | 537 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1110010 | 0 | 111110 | 110101 | 100 | 101011111 | 1011000 | 1000010 |
Color Harmonies of #F55C72
Complementary color
Monochromatic Colors of #F55C72
Black with #F55C72
Text Example
Text Example
White with #F55C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C72; }
p { color: rgb(245,92,114); }
H1.HeaderClassName
{
color: #F55C72;
}
.AnyTagClassName
{
color: #F55C72;
}
</style>
background-color css
<style>
a { background-color: #F55C72; }
a { background-color: rgb(245,92,114); }
div.DivClassName
{
background-color: #F55C72;
}
.BgClassName
{
background-color: #F55C72;
}
</style>
border-color css
<style>
span { border-color: #F55C72; }
span { border-color: rgb(245,92,114); }
td.TdClassName
{
border-color: #F55C72;
}
.TagClassName
{
border-color: #F55C72;
}
</style>