Shades of Wild Watermelon #F26372
Tints of Wild Watermelon #F26372
RGB
CMYK
RGB Variations
Color information
#F26372 (or 0xF26372) is known color: Wild Watermelon. HEX triplet: F2, 63 and 72. RGB value is (242,99,114). Sum of RGB (Red+Green+Blue) = 242+99+114=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F26372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26372 is #0D9C8D. Grayscale: #8F8F8F. Windows color (decimal): -892046 or 7496690. OLE color: 7496690.
HSL color Cylindrical-coordinate representation of color #F26372: hue angle of 353.71º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26372 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 114 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.05 |
| HSL | 353.71º | 0.85% | 0.67% | - |
| HSV(B) | 353.71º | 0.59% | 0.95% | - |
| XYZ | 44.12 | 29.02 | 19.19 | - |
| YUV | 143.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 114 | 0 | 0.59 | 0.53 | 0.05 | 353.71 | 0.85 | 0.67 |
| Hex | F2 | 63 | 72 | 0 | 3B | 35 | 5 | 162 | 55 | 43 |
| Octal | 362 | 143 | 162 | 0 | 73 | 65 | 5 | 542 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1110010 | 0 | 111011 | 110101 | 101 | 101100010 | 1010101 | 1000011 |
Color Harmonies of #F26372
Complementary color
Monochromatic Colors of #F26372
Black with #F26372
Text Example
Text Example
White with #F26372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26372; }
p { color: rgb(242,99,114); }
H1.HeaderClassName
{
color: #F26372;
}
.AnyTagClassName
{
color: #F26372;
}
</style>
background-color css
<style>
a { background-color: #F26372; }
a { background-color: rgb(242,99,114); }
div.DivClassName
{
background-color: #F26372;
}
.BgClassName
{
background-color: #F26372;
}
</style>
border-color css
<style>
span { border-color: #F26372; }
span { border-color: rgb(242,99,114); }
td.TdClassName
{
border-color: #F26372;
}
.TagClassName
{
border-color: #F26372;
}
</style>