Shades of Wild Watermelon #F24F68
Tints of Wild Watermelon #F24F68
RGB
CMYK
RGB Variations
Color information
#F24F68 (or 0xF24F68) is known color: Wild Watermelon. HEX triplet: F2, 4F and 68. RGB value is (242,79,104). Sum of RGB (Red+Green+Blue) = 242+79+104=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F68 is #0DB097. Grayscale: #828282. Windows color (decimal): -897176 or 6836210. OLE color: 6836210.
HSL color Cylindrical-coordinate representation of color #F24F68: hue angle of 350.8º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F68 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 104 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.05 |
| HSL | 350.8º | 0.86% | 0.63% | - |
| HSV(B) | 350.8º | 0.67% | 0.95% | - |
| XYZ | 41.91 | 25.47 | 15.8 | - |
| YUV | 130.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 104 | 0 | 0.67 | 0.57 | 0.05 | 350.8 | 0.86 | 0.63 |
| Hex | F2 | 4F | 68 | 0 | 43 | 39 | 5 | 15F | 56 | 3F |
| Octal | 362 | 117 | 150 | 0 | 103 | 71 | 5 | 537 | 126 | 77 |
| Binary | 11110010 | 1001111 | 1101000 | 0 | 1000011 | 111001 | 101 | 101011111 | 1010110 | 111111 |
Color Harmonies of #F24F68
Complementary color
Monochromatic Colors of #F24F68
Black with #F24F68
Text Example
Text Example
White with #F24F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F68; }
p { color: rgb(242,79,104); }
H1.HeaderClassName
{
color: #F24F68;
}
.AnyTagClassName
{
color: #F24F68;
}
</style>
background-color css
<style>
a { background-color: #F24F68; }
a { background-color: rgb(242,79,104); }
div.DivClassName
{
background-color: #F24F68;
}
.BgClassName
{
background-color: #F24F68;
}
</style>
border-color css
<style>
span { border-color: #F24F68; }
span { border-color: rgb(242,79,104); }
td.TdClassName
{
border-color: #F24F68;
}
.TagClassName
{
border-color: #F24F68;
}
</style>