Shades of Wild Watermelon #F5546A
Tints of Wild Watermelon #F5546A
RGB
CMYK
RGB Variations
Color information
#F5546A (or 0xF5546A) is known color: Wild Watermelon. HEX triplet: F5, 54 and 6A. RGB value is (245,84,106). Sum of RGB (Red+Green+Blue) = 245+84+106=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5546A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5546A is #0AAB95. Grayscale: #868686. Windows color (decimal): -699286 or 6968565. OLE color: 6968565.
HSL color Cylindrical-coordinate representation of color #F5546A: hue angle of 351.8º 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 #F5546A is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 106 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.04 |
| HSL | 351.8º | 0.89% | 0.65% | - |
| HSV(B) | 351.8º | 0.66% | 0.96% | - |
| XYZ | 43.43 | 26.79 | 16.52 | - |
| YUV | 134.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 106 | 0 | 0.66 | 0.57 | 0.04 | 351.8 | 0.89 | 0.65 |
| Hex | F5 | 54 | 6A | 0 | 42 | 39 | 4 | 160 | 59 | 41 |
| Octal | 365 | 124 | 152 | 0 | 102 | 71 | 4 | 540 | 131 | 101 |
| Binary | 11110101 | 1010100 | 1101010 | 0 | 1000010 | 111001 | 100 | 101100000 | 1011001 | 1000001 |
Color Harmonies of #F5546A
Complementary color
Monochromatic Colors of #F5546A
Black with #F5546A
Text Example
Text Example
White with #F5546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5546A; }
p { color: rgb(245,84,106); }
H1.HeaderClassName
{
color: #F5546A;
}
.AnyTagClassName
{
color: #F5546A;
}
</style>
background-color css
<style>
a { background-color: #F5546A; }
a { background-color: rgb(245,84,106); }
div.DivClassName
{
background-color: #F5546A;
}
.BgClassName
{
background-color: #F5546A;
}
</style>
border-color css
<style>
span { border-color: #F5546A; }
span { border-color: rgb(245,84,106); }
td.TdClassName
{
border-color: #F5546A;
}
.TagClassName
{
border-color: #F5546A;
}
</style>