Shades of Wild Watermelon #F5537C
Tints of Wild Watermelon #F5537C
RGB
CMYK
RGB Variations
Color information
#F5537C (or 0xF5537C) is known color: Wild Watermelon. HEX triplet: F5, 53 and 7C. RGB value is (245,83,124). Sum of RGB (Red+Green+Blue) = 245+83+124=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537C is #0AAC83. Grayscale: #888888. Windows color (decimal): -699524 or 8147957. OLE color: 8147957.
HSL color Cylindrical-coordinate representation of color #F5537C: hue angle of 344.81º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5537C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 124 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 344.81º | 0.89% | 0.64% | - |
| HSV(B) | 344.81º | 0.66% | 0.96% | - |
| XYZ | 44.39 | 27.05 | 21.95 | - |
| YUV | 136.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 124 | 0 | 0.66 | 0.49 | 0.04 | 344.81 | 0.89 | 0.64 |
| Hex | F5 | 53 | 7C | 0 | 42 | 31 | 4 | 159 | 59 | 40 |
| Octal | 365 | 123 | 174 | 0 | 102 | 61 | 4 | 531 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1111100 | 0 | 1000010 | 110001 | 100 | 101011001 | 1011001 | 1000000 |
Color Harmonies of #F5537C
Complementary color
Monochromatic Colors of #F5537C
Black with #F5537C
Text Example
Text Example
White with #F5537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5537C; }
p { color: rgb(245,83,124); }
H1.HeaderClassName
{
color: #F5537C;
}
.AnyTagClassName
{
color: #F5537C;
}
</style>
background-color css
<style>
a { background-color: #F5537C; }
a { background-color: rgb(245,83,124); }
div.DivClassName
{
background-color: #F5537C;
}
.BgClassName
{
background-color: #F5537C;
}
</style>
border-color css
<style>
span { border-color: #F5537C; }
span { border-color: rgb(245,83,124); }
td.TdClassName
{
border-color: #F5537C;
}
.TagClassName
{
border-color: #F5537C;
}
</style>