Shades of Wild Watermelon #F26070
Tints of Wild Watermelon #F26070
RGB
CMYK
RGB Variations
Color information
#F26070 (or 0xF26070) is known color: Wild Watermelon. HEX triplet: F2, 60 and 70. RGB value is (242,96,112). Sum of RGB (Red+Green+Blue) = 242+96+112=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F26070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26070 is #0D9F8F. Grayscale: #8D8D8D. Windows color (decimal): -892816 or 7364850. OLE color: 7364850.
HSL color Cylindrical-coordinate representation of color #F26070: hue angle of 353.42º 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 #F26070 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 112 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.05 |
| HSL | 353.42º | 0.85% | 0.66% | - |
| HSV(B) | 353.42º | 0.6% | 0.95% | - |
| XYZ | 43.73 | 28.41 | 18.51 | - |
| YUV | 141.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 112 | 0 | 0.60 | 0.54 | 0.05 | 353.42 | 0.85 | 0.66 |
| Hex | F2 | 60 | 70 | 0 | 3C | 36 | 5 | 161 | 55 | 42 |
| Octal | 362 | 140 | 160 | 0 | 74 | 66 | 5 | 541 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1110000 | 0 | 111100 | 110110 | 101 | 101100001 | 1010101 | 1000010 |
Color Harmonies of #F26070
Complementary color
Monochromatic Colors of #F26070
Black with #F26070
Text Example
Text Example
White with #F26070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26070; }
p { color: rgb(242,96,112); }
H1.HeaderClassName
{
color: #F26070;
}
.AnyTagClassName
{
color: #F26070;
}
</style>
background-color css
<style>
a { background-color: #F26070; }
a { background-color: rgb(242,96,112); }
div.DivClassName
{
background-color: #F26070;
}
.BgClassName
{
background-color: #F26070;
}
</style>
border-color css
<style>
span { border-color: #F26070; }
span { border-color: rgb(242,96,112); }
td.TdClassName
{
border-color: #F26070;
}
.TagClassName
{
border-color: #F26070;
}
</style>