Shades of Wild Watermelon #F2546B
Tints of Wild Watermelon #F2546B
RGB
CMYK
RGB Variations
Color information
#F2546B (or 0xF2546B) is known color: Wild Watermelon. HEX triplet: F2, 54 and 6B. RGB value is (242,84,107). Sum of RGB (Red+Green+Blue) = 242+84+107=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2546B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2546B is #0DAB94. Grayscale: #858585. Windows color (decimal): -895893 or 7034098. OLE color: 7034098.
HSL color Cylindrical-coordinate representation of color #F2546B: hue angle of 351.27º 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 #F2546B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 107 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.05 |
| HSL | 351.27º | 0.86% | 0.64% | - |
| HSV(B) | 351.27º | 0.65% | 0.95% | - |
| XYZ | 42.44 | 26.28 | 16.75 | - |
| YUV | 133.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 107 | 0 | 0.65 | 0.56 | 0.05 | 351.27 | 0.86 | 0.64 |
| Hex | F2 | 54 | 6B | 0 | 41 | 38 | 5 | 15F | 56 | 40 |
| Octal | 362 | 124 | 153 | 0 | 101 | 70 | 5 | 537 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1101011 | 0 | 1000001 | 111000 | 101 | 101011111 | 1010110 | 1000000 |
Color Harmonies of #F2546B
Complementary color
Monochromatic Colors of #F2546B
Black with #F2546B
Text Example
Text Example
White with #F2546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2546B; }
p { color: rgb(242,84,107); }
H1.HeaderClassName
{
color: #F2546B;
}
.AnyTagClassName
{
color: #F2546B;
}
</style>
background-color css
<style>
a { background-color: #F2546B; }
a { background-color: rgb(242,84,107); }
div.DivClassName
{
background-color: #F2546B;
}
.BgClassName
{
background-color: #F2546B;
}
</style>
border-color css
<style>
span { border-color: #F2546B; }
span { border-color: rgb(242,84,107); }
td.TdClassName
{
border-color: #F2546B;
}
.TagClassName
{
border-color: #F2546B;
}
</style>