Shades of Wild Watermelon #F24D6A
Tints of Wild Watermelon #F24D6A
RGB
CMYK
RGB Variations
Color information
#F24D6A (or 0xF24D6A) is known color: Wild Watermelon. HEX triplet: F2, 4D and 6A. RGB value is (242,77,106). Sum of RGB (Red+Green+Blue) = 242+77+106=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D6A is #0DB295. Grayscale: #818181. Windows color (decimal): -897686 or 6966770. OLE color: 6966770.
HSL color Cylindrical-coordinate representation of color #F24D6A: hue angle of 349.45º 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 #F24D6A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 106 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.45º | 0.86% | 0.63% | - |
| HSV(B) | 349.45º | 0.68% | 0.95% | - |
| XYZ | 41.87 | 25.23 | 16.3 | - |
| YUV | 129.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 106 | 0 | 0.68 | 0.56 | 0.05 | 349.45 | 0.86 | 0.63 |
| Hex | F2 | 4D | 6A | 0 | 44 | 38 | 5 | 15D | 56 | 3F |
| Octal | 362 | 115 | 152 | 0 | 104 | 70 | 5 | 535 | 126 | 77 |
| Binary | 11110010 | 1001101 | 1101010 | 0 | 1000100 | 111000 | 101 | 101011101 | 1010110 | 111111 |
Color Harmonies of #F24D6A
Complementary color
Monochromatic Colors of #F24D6A
Black with #F24D6A
Text Example
Text Example
White with #F24D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D6A; }
p { color: rgb(242,77,106); }
H1.HeaderClassName
{
color: #F24D6A;
}
.AnyTagClassName
{
color: #F24D6A;
}
</style>
background-color css
<style>
a { background-color: #F24D6A; }
a { background-color: rgb(242,77,106); }
div.DivClassName
{
background-color: #F24D6A;
}
.BgClassName
{
background-color: #F24D6A;
}
</style>
border-color css
<style>
span { border-color: #F24D6A; }
span { border-color: rgb(242,77,106); }
td.TdClassName
{
border-color: #F24D6A;
}
.TagClassName
{
border-color: #F24D6A;
}
</style>