Shades of Wild Watermelon #F26271
Tints of Wild Watermelon #F26271
RGB
CMYK
RGB Variations
Color information
#F26271 (or 0xF26271) is known color: Wild Watermelon. HEX triplet: F2, 62 and 71. RGB value is (242,98,113). Sum of RGB (Red+Green+Blue) = 242+98+113=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F26271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26271 is #0D9D8E. Grayscale: #8E8E8E. Windows color (decimal): -892303 or 7430898. OLE color: 7430898.
HSL color Cylindrical-coordinate representation of color #F26271: hue angle of 353.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26271 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 113 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.05 |
| HSL | 353.75º | 0.85% | 0.67% | - |
| HSV(B) | 353.75º | 0.6% | 0.95% | - |
| XYZ | 43.97 | 28.8 | 18.87 | - |
| YUV | 142.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 113 | 0 | 0.60 | 0.53 | 0.05 | 353.75 | 0.85 | 0.67 |
| Hex | F2 | 62 | 71 | 0 | 3C | 35 | 5 | 162 | 55 | 43 |
| Octal | 362 | 142 | 161 | 0 | 74 | 65 | 5 | 542 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110001 | 0 | 111100 | 110101 | 101 | 101100010 | 1010101 | 1000011 |
Color Harmonies of #F26271
Complementary color
Monochromatic Colors of #F26271
Black with #F26271
Text Example
Text Example
White with #F26271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26271; }
p { color: rgb(242,98,113); }
H1.HeaderClassName
{
color: #F26271;
}
.AnyTagClassName
{
color: #F26271;
}
</style>
background-color css
<style>
a { background-color: #F26271; }
a { background-color: rgb(242,98,113); }
div.DivClassName
{
background-color: #F26271;
}
.BgClassName
{
background-color: #F26271;
}
</style>
border-color css
<style>
span { border-color: #F26271; }
span { border-color: rgb(242,98,113); }
td.TdClassName
{
border-color: #F26271;
}
.TagClassName
{
border-color: #F26271;
}
</style>