Shades of Wild Watermelon #F2556E
Tints of Wild Watermelon #F2556E
RGB
CMYK
RGB Variations
Color information
#F2556E (or 0xF2556E) is known color: Wild Watermelon. HEX triplet: F2, 55 and 6E. RGB value is (242,85,110). Sum of RGB (Red+Green+Blue) = 242+85+110=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2556E is #0DAA91. Grayscale: #868686. Windows color (decimal): -895634 or 7230962. OLE color: 7230962.
HSL color Cylindrical-coordinate representation of color #F2556E: hue angle of 350.45º 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 #F2556E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 110 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.05 |
| HSL | 350.45º | 0.86% | 0.64% | - |
| HSV(B) | 350.45º | 0.65% | 0.95% | - |
| XYZ | 42.68 | 26.5 | 17.62 | - |
| YUV | 134.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 110 | 0 | 0.65 | 0.55 | 0.05 | 350.45 | 0.86 | 0.64 |
| Hex | F2 | 55 | 6E | 0 | 41 | 37 | 5 | 15E | 56 | 40 |
| Octal | 362 | 125 | 156 | 0 | 101 | 67 | 5 | 536 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1101110 | 0 | 1000001 | 110111 | 101 | 101011110 | 1010110 | 1000000 |
Color Harmonies of #F2556E
Complementary color
Monochromatic Colors of #F2556E
Black with #F2556E
Text Example
Text Example
White with #F2556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2556E; }
p { color: rgb(242,85,110); }
H1.HeaderClassName
{
color: #F2556E;
}
.AnyTagClassName
{
color: #F2556E;
}
</style>
background-color css
<style>
a { background-color: #F2556E; }
a { background-color: rgb(242,85,110); }
div.DivClassName
{
background-color: #F2556E;
}
.BgClassName
{
background-color: #F2556E;
}
</style>
border-color css
<style>
span { border-color: #F2556E; }
span { border-color: rgb(242,85,110); }
td.TdClassName
{
border-color: #F2556E;
}
.TagClassName
{
border-color: #F2556E;
}
</style>