Shades of Wild Watermelon #F2536D
Tints of Wild Watermelon #F2536D
RGB
CMYK
RGB Variations
Color information
#F2536D (or 0xF2536D) is known color: Wild Watermelon. HEX triplet: F2, 53 and 6D. RGB value is (242,83,109). Sum of RGB (Red+Green+Blue) = 242+83+109=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2536D is #0DAC92. Grayscale: #858585. Windows color (decimal): -896147 or 7164914. OLE color: 7164914.
HSL color Cylindrical-coordinate representation of color #F2536D: hue angle of 350.19º 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 #F2536D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 109 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.05 |
| HSL | 350.19º | 0.86% | 0.64% | - |
| HSV(B) | 350.19º | 0.66% | 0.95% | - |
| XYZ | 42.47 | 26.17 | 17.28 | - |
| YUV | 133.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 109 | 0 | 0.66 | 0.55 | 0.05 | 350.19 | 0.86 | 0.64 |
| Hex | F2 | 53 | 6D | 0 | 42 | 37 | 5 | 15E | 56 | 40 |
| Octal | 362 | 123 | 155 | 0 | 102 | 67 | 5 | 536 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1101101 | 0 | 1000010 | 110111 | 101 | 101011110 | 1010110 | 1000000 |
Color Harmonies of #F2536D
Complementary color
Monochromatic Colors of #F2536D
Black with #F2536D
Text Example
Text Example
White with #F2536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2536D; }
p { color: rgb(242,83,109); }
H1.HeaderClassName
{
color: #F2536D;
}
.AnyTagClassName
{
color: #F2536D;
}
</style>
background-color css
<style>
a { background-color: #F2536D; }
a { background-color: rgb(242,83,109); }
div.DivClassName
{
background-color: #F2536D;
}
.BgClassName
{
background-color: #F2536D;
}
</style>
border-color css
<style>
span { border-color: #F2536D; }
span { border-color: rgb(242,83,109); }
td.TdClassName
{
border-color: #F2536D;
}
.TagClassName
{
border-color: #F2536D;
}
</style>