Shades of Wild Watermelon #F24D6B
Tints of Wild Watermelon #F24D6B
RGB
CMYK
RGB Variations
Color information
#F24D6B (or 0xF24D6B) is known color: Wild Watermelon. HEX triplet: F2, 4D and 6B. RGB value is (242,77,107). Sum of RGB (Red+Green+Blue) = 242+77+107=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D6B is #0DB294. Grayscale: #818181. Windows color (decimal): -897685 or 7032306. OLE color: 7032306.
HSL color Cylindrical-coordinate representation of color #F24D6B: hue angle of 349.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24D6B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 107 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.09º | 0.86% | 0.63% | - |
| HSV(B) | 349.09º | 0.68% | 0.95% | - |
| XYZ | 41.93 | 25.25 | 16.57 | - |
| YUV | 129.76 | 115.16 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 107 | 0 | 0.68 | 0.56 | 0.05 | 349.09 | 0.86 | 0.63 |
| Hex | F2 | 4D | 6B | 0 | 44 | 38 | 5 | 15D | 56 | 3F |
| Octal | 362 | 115 | 153 | 0 | 104 | 70 | 5 | 535 | 126 | 77 |
| Binary | 11110010 | 1001101 | 1101011 | 0 | 1000100 | 111000 | 101 | 101011101 | 1010110 | 111111 |
Color Harmonies of #F24D6B
Complementary color
Monochromatic Colors of #F24D6B
Black with #F24D6B
Text Example
Text Example
White with #F24D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D6B; }
p { color: rgb(242,77,107); }
H1.HeaderClassName
{
color: #F24D6B;
}
.AnyTagClassName
{
color: #F24D6B;
}
</style>
background-color css
<style>
a { background-color: #F24D6B; }
a { background-color: rgb(242,77,107); }
div.DivClassName
{
background-color: #F24D6B;
}
.BgClassName
{
background-color: #F24D6B;
}
</style>
border-color css
<style>
span { border-color: #F24D6B; }
span { border-color: rgb(242,77,107); }
td.TdClassName
{
border-color: #F24D6B;
}
.TagClassName
{
border-color: #F24D6B;
}
</style>