Shades of Wild Watermelon #F2556D
Tints of Wild Watermelon #F2556D
RGB
CMYK
RGB Variations
Color information
#F2556D (or 0xF2556D) is known color: Wild Watermelon. HEX triplet: F2, 55 and 6D. RGB value is (242,85,109). Sum of RGB (Red+Green+Blue) = 242+85+109=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2556D is #0DAA92. Grayscale: #868686. Windows color (decimal): -895635 or 7165426. OLE color: 7165426.
HSL color Cylindrical-coordinate representation of color #F2556D: hue angle of 350.83º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2556D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 109 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.05 |
| HSL | 350.83º | 0.86% | 0.64% | - |
| HSV(B) | 350.83º | 0.65% | 0.95% | - |
| XYZ | 42.63 | 26.48 | 17.33 | - |
| YUV | 134.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 109 | 0 | 0.65 | 0.55 | 0.05 | 350.83 | 0.86 | 0.64 |
| Hex | F2 | 55 | 6D | 0 | 41 | 37 | 5 | 15F | 56 | 40 |
| Octal | 362 | 125 | 155 | 0 | 101 | 67 | 5 | 537 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1101101 | 0 | 1000001 | 110111 | 101 | 101011111 | 1010110 | 1000000 |
Color Harmonies of #F2556D
Complementary color
Monochromatic Colors of #F2556D
Black with #F2556D
Text Example
Text Example
White with #F2556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2556D; }
p { color: rgb(242,85,109); }
H1.HeaderClassName
{
color: #F2556D;
}
.AnyTagClassName
{
color: #F2556D;
}
</style>
background-color css
<style>
a { background-color: #F2556D; }
a { background-color: rgb(242,85,109); }
div.DivClassName
{
background-color: #F2556D;
}
.BgClassName
{
background-color: #F2556D;
}
</style>
border-color css
<style>
span { border-color: #F2556D; }
span { border-color: rgb(242,85,109); }
td.TdClassName
{
border-color: #F2556D;
}
.TagClassName
{
border-color: #F2556D;
}
</style>