Shades of Wild Watermelon #F5547D
Tints of Wild Watermelon #F5547D
RGB
CMYK
RGB Variations
Color information
#F5547D (or 0xF5547D) is known color: Wild Watermelon. HEX triplet: F5, 54 and 7D. RGB value is (245,84,125). Sum of RGB (Red+Green+Blue) = 245+84+125=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5547D is #0AAB82. Grayscale: #888888. Windows color (decimal): -699267 or 8213749. OLE color: 8213749.
HSL color Cylindrical-coordinate representation of color #F5547D: hue angle of 344.72º 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 #F5547D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 125 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 344.72º | 0.89% | 0.65% | - |
| HSV(B) | 344.72º | 0.66% | 0.96% | - |
| XYZ | 44.53 | 27.23 | 22.31 | - |
| YUV | 136.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 125 | 0 | 0.66 | 0.49 | 0.04 | 344.72 | 0.89 | 0.65 |
| Hex | F5 | 54 | 7D | 0 | 42 | 31 | 4 | 159 | 59 | 41 |
| Octal | 365 | 124 | 175 | 0 | 102 | 61 | 4 | 531 | 131 | 101 |
| Binary | 11110101 | 1010100 | 1111101 | 0 | 1000010 | 110001 | 100 | 101011001 | 1011001 | 1000001 |
Color Harmonies of #F5547D
Complementary color
Monochromatic Colors of #F5547D
Black with #F5547D
Text Example
Text Example
White with #F5547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5547D; }
p { color: rgb(245,84,125); }
H1.HeaderClassName
{
color: #F5547D;
}
.AnyTagClassName
{
color: #F5547D;
}
</style>
background-color css
<style>
a { background-color: #F5547D; }
a { background-color: rgb(245,84,125); }
div.DivClassName
{
background-color: #F5547D;
}
.BgClassName
{
background-color: #F5547D;
}
</style>
border-color css
<style>
span { border-color: #F5547D; }
span { border-color: rgb(245,84,125); }
td.TdClassName
{
border-color: #F5547D;
}
.TagClassName
{
border-color: #F5547D;
}
</style>