Shades of Wild Watermelon #F24A70
Tints of Wild Watermelon #F24A70
RGB
CMYK
RGB Variations
Color information
#F24A70 (or 0xF24A70) is known color: Wild Watermelon. HEX triplet: F2, 4A and 70. RGB value is (242,74,112). Sum of RGB (Red+Green+Blue) = 242+74+112=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A70 is #0DB58F. Grayscale: #808080. Windows color (decimal): -898448 or 7359218. OLE color: 7359218.
HSL color Cylindrical-coordinate representation of color #F24A70: hue angle of 346.43º 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 #F24A70 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 112 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.05 |
| HSL | 346.43º | 0.87% | 0.62% | - |
| HSV(B) | 346.43º | 0.69% | 0.95% | - |
| XYZ | 41.99 | 24.94 | 17.93 | - |
| YUV | 128.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 112 | 0 | 0.69 | 0.54 | 0.05 | 346.43 | 0.87 | 0.62 |
| Hex | F2 | 4A | 70 | 0 | 45 | 36 | 5 | 15A | 57 | 3E |
| Octal | 362 | 112 | 160 | 0 | 105 | 66 | 5 | 532 | 127 | 76 |
| Binary | 11110010 | 1001010 | 1110000 | 0 | 1000101 | 110110 | 101 | 101011010 | 1010111 | 111110 |
Color Harmonies of #F24A70
Complementary color
Monochromatic Colors of #F24A70
Black with #F24A70
Text Example
Text Example
White with #F24A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A70; }
p { color: rgb(242,74,112); }
H1.HeaderClassName
{
color: #F24A70;
}
.AnyTagClassName
{
color: #F24A70;
}
</style>
background-color css
<style>
a { background-color: #F24A70; }
a { background-color: rgb(242,74,112); }
div.DivClassName
{
background-color: #F24A70;
}
.BgClassName
{
background-color: #F24A70;
}
</style>
border-color css
<style>
span { border-color: #F24A70; }
span { border-color: rgb(242,74,112); }
td.TdClassName
{
border-color: #F24A70;
}
.TagClassName
{
border-color: #F24A70;
}
</style>