Shades of Wild Watermelon #F5537B
Tints of Wild Watermelon #F5537B
RGB
CMYK
RGB Variations
Color information
#F5537B (or 0xF5537B) is known color: Wild Watermelon. HEX triplet: F5, 53 and 7B. RGB value is (245,83,123). Sum of RGB (Red+Green+Blue) = 245+83+123=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537B is #0AAC84. Grayscale: #888888. Windows color (decimal): -699525 or 8082421. OLE color: 8082421.
HSL color Cylindrical-coordinate representation of color #F5537B: hue angle of 345.19º 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 #F5537B is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 123 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.04 |
| HSL | 345.19º | 0.89% | 0.64% | - |
| HSV(B) | 345.19º | 0.66% | 0.96% | - |
| XYZ | 44.32 | 27.03 | 21.62 | - |
| YUV | 136 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 123 | 0 | 0.66 | 0.50 | 0.04 | 345.19 | 0.89 | 0.64 |
| Hex | F5 | 53 | 7B | 0 | 42 | 32 | 4 | 159 | 59 | 40 |
| Octal | 365 | 123 | 173 | 0 | 102 | 62 | 4 | 531 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1111011 | 0 | 1000010 | 110010 | 100 | 101011001 | 1011001 | 1000000 |
Color Harmonies of #F5537B
Complementary color
Monochromatic Colors of #F5537B
Black with #F5537B
Text Example
Text Example
White with #F5537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5537B; }
p { color: rgb(245,83,123); }
H1.HeaderClassName
{
color: #F5537B;
}
.AnyTagClassName
{
color: #F5537B;
}
</style>
background-color css
<style>
a { background-color: #F5537B; }
a { background-color: rgb(245,83,123); }
div.DivClassName
{
background-color: #F5537B;
}
.BgClassName
{
background-color: #F5537B;
}
</style>
border-color css
<style>
span { border-color: #F5537B; }
span { border-color: rgb(245,83,123); }
td.TdClassName
{
border-color: #F5537B;
}
.TagClassName
{
border-color: #F5537B;
}
</style>