Shades of Wild Watermelon #F24A6D
Tints of Wild Watermelon #F24A6D
RGB
CMYK
RGB Variations
Color information
#F24A6D (or 0xF24A6D) is known color: Wild Watermelon. HEX triplet: F2, 4A and 6D. RGB value is (242,74,109). Sum of RGB (Red+Green+Blue) = 242+74+109=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A6D is #0DB592. Grayscale: #808080. Windows color (decimal): -898451 or 7162610. OLE color: 7162610.
HSL color Cylindrical-coordinate representation of color #F24A6D: hue angle of 347.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24A6D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 109 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.05 |
| HSL | 347.5º | 0.87% | 0.62% | - |
| HSV(B) | 347.5º | 0.69% | 0.95% | - |
| XYZ | 41.83 | 24.88 | 17.07 | - |
| YUV | 128.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 109 | 0 | 0.69 | 0.55 | 0.05 | 347.5 | 0.87 | 0.62 |
| Hex | F2 | 4A | 6D | 0 | 45 | 37 | 5 | 15C | 57 | 3E |
| Octal | 362 | 112 | 155 | 0 | 105 | 67 | 5 | 534 | 127 | 76 |
| Binary | 11110010 | 1001010 | 1101101 | 0 | 1000101 | 110111 | 101 | 101011100 | 1010111 | 111110 |
Color Harmonies of #F24A6D
Complementary color
Monochromatic Colors of #F24A6D
Black with #F24A6D
Text Example
Text Example
White with #F24A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A6D; }
p { color: rgb(242,74,109); }
H1.HeaderClassName
{
color: #F24A6D;
}
.AnyTagClassName
{
color: #F24A6D;
}
</style>
background-color css
<style>
a { background-color: #F24A6D; }
a { background-color: rgb(242,74,109); }
div.DivClassName
{
background-color: #F24A6D;
}
.BgClassName
{
background-color: #F24A6D;
}
</style>
border-color css
<style>
span { border-color: #F24A6D; }
span { border-color: rgb(242,74,109); }
td.TdClassName
{
border-color: #F24A6D;
}
.TagClassName
{
border-color: #F24A6D;
}
</style>