Shades of Wild Watermelon #F26373
Tints of Wild Watermelon #F26373
RGB
CMYK
RGB Variations
Color information
#F26373 (or 0xF26373) is known color: Wild Watermelon. HEX triplet: F2, 63 and 73. RGB value is (242,99,115). Sum of RGB (Red+Green+Blue) = 242+99+115=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26373 is #0D9C8C. Grayscale: #8F8F8F. Windows color (decimal): -892045 or 7562226. OLE color: 7562226.
HSL color Cylindrical-coordinate representation of color #F26373: hue angle of 353.29º 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 #F26373 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 115 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.05 |
| HSL | 353.29º | 0.85% | 0.67% | - |
| HSV(B) | 353.29º | 0.59% | 0.95% | - |
| XYZ | 44.17 | 29.04 | 19.5 | - |
| YUV | 143.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 115 | 0 | 0.59 | 0.52 | 0.05 | 353.29 | 0.85 | 0.67 |
| Hex | F2 | 63 | 73 | 0 | 3B | 34 | 5 | 161 | 55 | 43 |
| Octal | 362 | 143 | 163 | 0 | 73 | 64 | 5 | 541 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1110011 | 0 | 111011 | 110100 | 101 | 101100001 | 1010101 | 1000011 |
Color Harmonies of #F26373
Complementary color
Monochromatic Colors of #F26373
Black with #F26373
Text Example
Text Example
White with #F26373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26373; }
p { color: rgb(242,99,115); }
H1.HeaderClassName
{
color: #F26373;
}
.AnyTagClassName
{
color: #F26373;
}
</style>
background-color css
<style>
a { background-color: #F26373; }
a { background-color: rgb(242,99,115); }
div.DivClassName
{
background-color: #F26373;
}
.BgClassName
{
background-color: #F26373;
}
</style>
border-color css
<style>
span { border-color: #F26373; }
span { border-color: rgb(242,99,115); }
td.TdClassName
{
border-color: #F26373;
}
.TagClassName
{
border-color: #F26373;
}
</style>