Shades of Wild Watermelon #F0546B
Tints of Wild Watermelon #F0546B
RGB
CMYK
RGB Variations
Color information
#F0546B (or 0xF0546B) is known color: Wild Watermelon. HEX triplet: F0, 54 and 6B. RGB value is (240,84,107). Sum of RGB (Red+Green+Blue) = 240+84+107=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0546B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0546B is #0FAB94. Grayscale: #858585. Windows color (decimal): -1026965 or 7034096. OLE color: 7034096.
HSL color Cylindrical-coordinate representation of color #F0546B: hue angle of 351.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0546B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 107 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.06 |
| HSL | 351.15º | 0.84% | 0.64% | - |
| HSV(B) | 351.15º | 0.65% | 0.94% | - |
| XYZ | 41.76 | 25.93 | 16.71 | - |
| YUV | 133.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 107 | 0 | 0.65 | 0.55 | 0.06 | 351.15 | 0.84 | 0.64 |
| Hex | F0 | 54 | 6B | 0 | 41 | 37 | 6 | 15F | 54 | 40 |
| Octal | 360 | 124 | 153 | 0 | 101 | 67 | 6 | 537 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1101011 | 0 | 1000001 | 110111 | 110 | 101011111 | 1010100 | 1000000 |
Color Harmonies of #F0546B
Complementary color
Monochromatic Colors of #F0546B
Black with #F0546B
Text Example
Text Example
White with #F0546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0546B; }
p { color: rgb(240,84,107); }
H1.HeaderClassName
{
color: #F0546B;
}
.AnyTagClassName
{
color: #F0546B;
}
</style>
background-color css
<style>
a { background-color: #F0546B; }
a { background-color: rgb(240,84,107); }
div.DivClassName
{
background-color: #F0546B;
}
.BgClassName
{
background-color: #F0546B;
}
</style>
border-color css
<style>
span { border-color: #F0546B; }
span { border-color: rgb(240,84,107); }
td.TdClassName
{
border-color: #F0546B;
}
.TagClassName
{
border-color: #F0546B;
}
</style>