Shades of Wild Watermelon #F26474
Tints of Wild Watermelon #F26474
RGB
CMYK
RGB Variations
Color information
#F26474 (or 0xF26474) is known color: Wild Watermelon. HEX triplet: F2, 64 and 74. RGB value is (242,100,116). Sum of RGB (Red+Green+Blue) = 242+100+116=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26474 is #0D9B8B. Grayscale: #909090. Windows color (decimal): -891788 or 7628018. OLE color: 7628018.
HSL color Cylindrical-coordinate representation of color #F26474: hue angle of 353.24º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26474 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 116 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.05 |
| HSL | 353.24º | 0.85% | 0.67% | - |
| HSV(B) | 353.24º | 0.59% | 0.95% | - |
| XYZ | 44.33 | 29.25 | 19.83 | - |
| YUV | 144.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 116 | 0 | 0.59 | 0.52 | 0.05 | 353.24 | 0.85 | 0.67 |
| Hex | F2 | 64 | 74 | 0 | 3B | 34 | 5 | 161 | 55 | 43 |
| Octal | 362 | 144 | 164 | 0 | 73 | 64 | 5 | 541 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1110100 | 0 | 111011 | 110100 | 101 | 101100001 | 1010101 | 1000011 |
Color Harmonies of #F26474
Complementary color
Monochromatic Colors of #F26474
Black with #F26474
Text Example
Text Example
White with #F26474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26474; }
p { color: rgb(242,100,116); }
H1.HeaderClassName
{
color: #F26474;
}
.AnyTagClassName
{
color: #F26474;
}
</style>
background-color css
<style>
a { background-color: #F26474; }
a { background-color: rgb(242,100,116); }
div.DivClassName
{
background-color: #F26474;
}
.BgClassName
{
background-color: #F26474;
}
</style>
border-color css
<style>
span { border-color: #F26474; }
span { border-color: rgb(242,100,116); }
td.TdClassName
{
border-color: #F26474;
}
.TagClassName
{
border-color: #F26474;
}
</style>