Shades of Wild Watermelon #F2546D
Tints of Wild Watermelon #F2546D
RGB
CMYK
RGB Variations
Color information
#F2546D (or 0xF2546D) is known color: Wild Watermelon. HEX triplet: F2, 54 and 6D. RGB value is (242,84,109). Sum of RGB (Red+Green+Blue) = 242+84+109=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2546D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2546D is #0DAB92. Grayscale: #868686. Windows color (decimal): -895891 or 7165170. OLE color: 7165170.
HSL color Cylindrical-coordinate representation of color #F2546D: hue angle of 350.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2546D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 109 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.05 |
| HSL | 350.51º | 0.86% | 0.64% | - |
| HSV(B) | 350.51º | 0.65% | 0.95% | - |
| XYZ | 42.55 | 26.32 | 17.31 | - |
| YUV | 134.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 109 | 0 | 0.65 | 0.55 | 0.05 | 350.51 | 0.86 | 0.64 |
| Hex | F2 | 54 | 6D | 0 | 41 | 37 | 5 | 15F | 56 | 40 |
| Octal | 362 | 124 | 155 | 0 | 101 | 67 | 5 | 537 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1101101 | 0 | 1000001 | 110111 | 101 | 101011111 | 1010110 | 1000000 |
Color Harmonies of #F2546D
Complementary color
Monochromatic Colors of #F2546D
Black with #F2546D
Text Example
Text Example
White with #F2546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2546D; }
p { color: rgb(242,84,109); }
H1.HeaderClassName
{
color: #F2546D;
}
.AnyTagClassName
{
color: #F2546D;
}
</style>
background-color css
<style>
a { background-color: #F2546D; }
a { background-color: rgb(242,84,109); }
div.DivClassName
{
background-color: #F2546D;
}
.BgClassName
{
background-color: #F2546D;
}
</style>
border-color css
<style>
span { border-color: #F2546D; }
span { border-color: rgb(242,84,109); }
td.TdClassName
{
border-color: #F2546D;
}
.TagClassName
{
border-color: #F2546D;
}
</style>