Shades of Wild Watermelon #F24E6B
Tints of Wild Watermelon #F24E6B
RGB
CMYK
RGB Variations
Color information
#F24E6B (or 0xF24E6B) is known color: Wild Watermelon. HEX triplet: F2, 4E and 6B. RGB value is (242,78,107). Sum of RGB (Red+Green+Blue) = 242+78+107=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E6B is #0DB194. Grayscale: #828282. Windows color (decimal): -897429 or 7032562. OLE color: 7032562.
HSL color Cylindrical-coordinate representation of color #F24E6B: hue angle of 349.39º 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 #F24E6B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 107 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.05 |
| HSL | 349.39º | 0.86% | 0.63% | - |
| HSV(B) | 349.39º | 0.68% | 0.95% | - |
| XYZ | 42 | 25.39 | 16.6 | - |
| YUV | 130.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 107 | 0 | 0.68 | 0.56 | 0.05 | 349.39 | 0.86 | 0.63 |
| Hex | F2 | 4E | 6B | 0 | 44 | 38 | 5 | 15D | 56 | 3F |
| Octal | 362 | 116 | 153 | 0 | 104 | 70 | 5 | 535 | 126 | 77 |
| Binary | 11110010 | 1001110 | 1101011 | 0 | 1000100 | 111000 | 101 | 101011101 | 1010110 | 111111 |
Color Harmonies of #F24E6B
Complementary color
Monochromatic Colors of #F24E6B
Black with #F24E6B
Text Example
Text Example
White with #F24E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E6B; }
p { color: rgb(242,78,107); }
H1.HeaderClassName
{
color: #F24E6B;
}
.AnyTagClassName
{
color: #F24E6B;
}
</style>
background-color css
<style>
a { background-color: #F24E6B; }
a { background-color: rgb(242,78,107); }
div.DivClassName
{
background-color: #F24E6B;
}
.BgClassName
{
background-color: #F24E6B;
}
</style>
border-color css
<style>
span { border-color: #F24E6B; }
span { border-color: rgb(242,78,107); }
td.TdClassName
{
border-color: #F24E6B;
}
.TagClassName
{
border-color: #F24E6B;
}
</style>