Shades of Wild Watermelon #F26273
Tints of Wild Watermelon #F26273
RGB
CMYK
RGB Variations
Color information
#F26273 (or 0xF26273) is known color: Wild Watermelon. HEX triplet: F2, 62 and 73. RGB value is (242,98,115). Sum of RGB (Red+Green+Blue) = 242+98+115=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F26273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26273 is #0D9D8C. Grayscale: #8F8F8F. Windows color (decimal): -892301 or 7561970. OLE color: 7561970.
HSL color Cylindrical-coordinate representation of color #F26273: hue angle of 352.92º 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 #F26273 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 115 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.05 |
| HSL | 352.92º | 0.85% | 0.67% | - |
| HSV(B) | 352.92º | 0.6% | 0.95% | - |
| XYZ | 44.08 | 28.85 | 19.47 | - |
| YUV | 142.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 115 | 0 | 0.60 | 0.52 | 0.05 | 352.92 | 0.85 | 0.67 |
| Hex | F2 | 62 | 73 | 0 | 3C | 34 | 5 | 161 | 55 | 43 |
| Octal | 362 | 142 | 163 | 0 | 74 | 64 | 5 | 541 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1110011 | 0 | 111100 | 110100 | 101 | 101100001 | 1010101 | 1000011 |
Color Harmonies of #F26273
Complementary color
Monochromatic Colors of #F26273
Black with #F26273
Text Example
Text Example
White with #F26273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26273; }
p { color: rgb(242,98,115); }
H1.HeaderClassName
{
color: #F26273;
}
.AnyTagClassName
{
color: #F26273;
}
</style>
background-color css
<style>
a { background-color: #F26273; }
a { background-color: rgb(242,98,115); }
div.DivClassName
{
background-color: #F26273;
}
.BgClassName
{
background-color: #F26273;
}
</style>
border-color css
<style>
span { border-color: #F26273; }
span { border-color: rgb(242,98,115); }
td.TdClassName
{
border-color: #F26273;
}
.TagClassName
{
border-color: #F26273;
}
</style>