Shades of Wild Watermelon #F26172
Tints of Wild Watermelon #F26172
RGB
CMYK
RGB Variations
Color information
#F26172 (or 0xF26172) is known color: Wild Watermelon. HEX triplet: F2, 61 and 72. RGB value is (242,97,114). Sum of RGB (Red+Green+Blue) = 242+97+114=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F26172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26172 is #0D9E8D. Grayscale: #8E8E8E. Windows color (decimal): -892558 or 7496178. OLE color: 7496178.
HSL color Cylindrical-coordinate representation of color #F26172: hue angle of 352.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26172 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 114 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.05 |
| HSL | 352.97º | 0.85% | 0.66% | - |
| HSV(B) | 352.97º | 0.6% | 0.95% | - |
| XYZ | 43.93 | 28.64 | 19.13 | - |
| YUV | 142.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 114 | 0 | 0.60 | 0.53 | 0.05 | 352.97 | 0.85 | 0.66 |
| Hex | F2 | 61 | 72 | 0 | 3C | 35 | 5 | 161 | 55 | 42 |
| Octal | 362 | 141 | 162 | 0 | 74 | 65 | 5 | 541 | 125 | 102 |
| Binary | 11110010 | 1100001 | 1110010 | 0 | 111100 | 110101 | 101 | 101100001 | 1010101 | 1000010 |
Color Harmonies of #F26172
Complementary color
Monochromatic Colors of #F26172
Black with #F26172
Text Example
Text Example
White with #F26172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26172; }
p { color: rgb(242,97,114); }
H1.HeaderClassName
{
color: #F26172;
}
.AnyTagClassName
{
color: #F26172;
}
</style>
background-color css
<style>
a { background-color: #F26172; }
a { background-color: rgb(242,97,114); }
div.DivClassName
{
background-color: #F26172;
}
.BgClassName
{
background-color: #F26172;
}
</style>
border-color css
<style>
span { border-color: #F26172; }
span { border-color: rgb(242,97,114); }
td.TdClassName
{
border-color: #F26172;
}
.TagClassName
{
border-color: #F26172;
}
</style>