Shades of Wild Watermelon #F24E6A
Tints of Wild Watermelon #F24E6A
RGB
CMYK
RGB Variations
Color information
#F24E6A (or 0xF24E6A) is known color: Wild Watermelon. HEX triplet: F2, 4E and 6A. RGB value is (242,78,106). Sum of RGB (Red+Green+Blue) = 242+78+106=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E6A is #0DB195. Grayscale: #828282. Windows color (decimal): -897430 or 6967026. OLE color: 6967026.
HSL color Cylindrical-coordinate representation of color #F24E6A: hue angle of 349.76º 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 #F24E6A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 106 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.76º | 0.86% | 0.63% | - |
| HSV(B) | 349.76º | 0.68% | 0.95% | - |
| XYZ | 41.94 | 25.37 | 16.32 | - |
| YUV | 130.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 106 | 0 | 0.68 | 0.56 | 0.05 | 349.76 | 0.86 | 0.63 |
| Hex | F2 | 4E | 6A | 0 | 44 | 38 | 5 | 15E | 56 | 3F |
| Octal | 362 | 116 | 152 | 0 | 104 | 70 | 5 | 536 | 126 | 77 |
| Binary | 11110010 | 1001110 | 1101010 | 0 | 1000100 | 111000 | 101 | 101011110 | 1010110 | 111111 |
Color Harmonies of #F24E6A
Complementary color
Monochromatic Colors of #F24E6A
Black with #F24E6A
Text Example
Text Example
White with #F24E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E6A; }
p { color: rgb(242,78,106); }
H1.HeaderClassName
{
color: #F24E6A;
}
.AnyTagClassName
{
color: #F24E6A;
}
</style>
background-color css
<style>
a { background-color: #F24E6A; }
a { background-color: rgb(242,78,106); }
div.DivClassName
{
background-color: #F24E6A;
}
.BgClassName
{
background-color: #F24E6A;
}
</style>
border-color css
<style>
span { border-color: #F24E6A; }
span { border-color: rgb(242,78,106); }
td.TdClassName
{
border-color: #F24E6A;
}
.TagClassName
{
border-color: #F24E6A;
}
</style>