Shades of Wild Watermelon #F26371
Tints of Wild Watermelon #F26371
RGB
CMYK
RGB Variations
Color information
#F26371 (or 0xF26371) is known color: Wild Watermelon. HEX triplet: F2, 63 and 71. RGB value is (242,99,113). Sum of RGB (Red+Green+Blue) = 242+99+113=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F26371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26371 is #0D9C8E. Grayscale: #8F8F8F. Windows color (decimal): -892047 or 7431154. OLE color: 7431154.
HSL color Cylindrical-coordinate representation of color #F26371: hue angle of 354.13º 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 #F26371 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 113 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.05 |
| HSL | 354.13º | 0.85% | 0.67% | - |
| HSV(B) | 354.13º | 0.59% | 0.95% | - |
| XYZ | 44.06 | 28.99 | 18.9 | - |
| YUV | 143.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 113 | 0 | 0.59 | 0.53 | 0.05 | 354.13 | 0.85 | 0.67 |
| Hex | F2 | 63 | 71 | 0 | 3B | 35 | 5 | 162 | 55 | 43 |
| Octal | 362 | 143 | 161 | 0 | 73 | 65 | 5 | 542 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1110001 | 0 | 111011 | 110101 | 101 | 101100010 | 1010101 | 1000011 |
Color Harmonies of #F26371
Complementary color
Monochromatic Colors of #F26371
Black with #F26371
Text Example
Text Example
White with #F26371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26371; }
p { color: rgb(242,99,113); }
H1.HeaderClassName
{
color: #F26371;
}
.AnyTagClassName
{
color: #F26371;
}
</style>
background-color css
<style>
a { background-color: #F26371; }
a { background-color: rgb(242,99,113); }
div.DivClassName
{
background-color: #F26371;
}
.BgClassName
{
background-color: #F26371;
}
</style>
border-color css
<style>
span { border-color: #F26371; }
span { border-color: rgb(242,99,113); }
td.TdClassName
{
border-color: #F26371;
}
.TagClassName
{
border-color: #F26371;
}
</style>