Shades of Wild Watermelon #F2526D
Tints of Wild Watermelon #F2526D
RGB
CMYK
RGB Variations
Color information
#F2526D (or 0xF2526D) is known color: Wild Watermelon. HEX triplet: F2, 52 and 6D. RGB value is (242,82,109). Sum of RGB (Red+Green+Blue) = 242+82+109=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2526D is #0DAD92. Grayscale: #848484. Windows color (decimal): -896403 or 7164658. OLE color: 7164658.
HSL color Cylindrical-coordinate representation of color #F2526D: hue angle of 349.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2526D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 109 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.05 |
| HSL | 349.88º | 0.86% | 0.64% | - |
| HSV(B) | 349.88º | 0.66% | 0.95% | - |
| XYZ | 42.4 | 26.02 | 17.26 | - |
| YUV | 132.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 109 | 0 | 0.66 | 0.55 | 0.05 | 349.88 | 0.86 | 0.64 |
| Hex | F2 | 52 | 6D | 0 | 42 | 37 | 5 | 15E | 56 | 40 |
| Octal | 362 | 122 | 155 | 0 | 102 | 67 | 5 | 536 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1101101 | 0 | 1000010 | 110111 | 101 | 101011110 | 1010110 | 1000000 |
Color Harmonies of #F2526D
Complementary color
Monochromatic Colors of #F2526D
Black with #F2526D
Text Example
Text Example
White with #F2526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2526D; }
p { color: rgb(242,82,109); }
H1.HeaderClassName
{
color: #F2526D;
}
.AnyTagClassName
{
color: #F2526D;
}
</style>
background-color css
<style>
a { background-color: #F2526D; }
a { background-color: rgb(242,82,109); }
div.DivClassName
{
background-color: #F2526D;
}
.BgClassName
{
background-color: #F2526D;
}
</style>
border-color css
<style>
span { border-color: #F2526D; }
span { border-color: rgb(242,82,109); }
td.TdClassName
{
border-color: #F2526D;
}
.TagClassName
{
border-color: #F2526D;
}
</style>