Shades of Wild Watermelon #F26074
Tints of Wild Watermelon #F26074
RGB
CMYK
RGB Variations
Color information
#F26074 (or 0xF26074) is known color: Wild Watermelon. HEX triplet: F2, 60 and 74. RGB value is (242,96,116). Sum of RGB (Red+Green+Blue) = 242+96+116=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F26074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26074 is #0D9F8B. Grayscale: #8E8E8E. Windows color (decimal): -892812 or 7626994. OLE color: 7626994.
HSL color Cylindrical-coordinate representation of color #F26074: hue angle of 351.78º 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 #F26074 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 116 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.05 |
| HSL | 351.78º | 0.85% | 0.66% | - |
| HSV(B) | 351.78º | 0.6% | 0.95% | - |
| XYZ | 43.95 | 28.5 | 19.71 | - |
| YUV | 141.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 116 | 0 | 0.60 | 0.52 | 0.05 | 351.78 | 0.85 | 0.66 |
| Hex | F2 | 60 | 74 | 0 | 3C | 34 | 5 | 160 | 55 | 42 |
| Octal | 362 | 140 | 164 | 0 | 74 | 64 | 5 | 540 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1110100 | 0 | 111100 | 110100 | 101 | 101100000 | 1010101 | 1000010 |
Color Harmonies of #F26074
Complementary color
Monochromatic Colors of #F26074
Black with #F26074
Text Example
Text Example
White with #F26074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26074; }
p { color: rgb(242,96,116); }
H1.HeaderClassName
{
color: #F26074;
}
.AnyTagClassName
{
color: #F26074;
}
</style>
background-color css
<style>
a { background-color: #F26074; }
a { background-color: rgb(242,96,116); }
div.DivClassName
{
background-color: #F26074;
}
.BgClassName
{
background-color: #F26074;
}
</style>
border-color css
<style>
span { border-color: #F26074; }
span { border-color: rgb(242,96,116); }
td.TdClassName
{
border-color: #F26074;
}
.TagClassName
{
border-color: #F26074;
}
</style>