Shades of Wild Watermelon #F2556F
Tints of Wild Watermelon #F2556F
RGB
CMYK
RGB Variations
Color information
#F2556F (or 0xF2556F) is known color: Wild Watermelon. HEX triplet: F2, 55 and 6F. RGB value is (242,85,111). Sum of RGB (Red+Green+Blue) = 242+85+111=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2556F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2556F is #0DAA90. Grayscale: #868686. Windows color (decimal): -895633 or 7296498. OLE color: 7296498.
HSL color Cylindrical-coordinate representation of color #F2556F: hue angle of 350.06º 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 #F2556F is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 111 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.05 |
| HSL | 350.06º | 0.86% | 0.64% | - |
| HSV(B) | 350.06º | 0.65% | 0.95% | - |
| XYZ | 42.74 | 26.52 | 17.91 | - |
| YUV | 134.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 111 | 0 | 0.65 | 0.54 | 0.05 | 350.06 | 0.86 | 0.64 |
| Hex | F2 | 55 | 6F | 0 | 41 | 36 | 5 | 15E | 56 | 40 |
| Octal | 362 | 125 | 157 | 0 | 101 | 66 | 5 | 536 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1101111 | 0 | 1000001 | 110110 | 101 | 101011110 | 1010110 | 1000000 |
Color Harmonies of #F2556F
Complementary color
Monochromatic Colors of #F2556F
Black with #F2556F
Text Example
Text Example
White with #F2556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2556F; }
p { color: rgb(242,85,111); }
H1.HeaderClassName
{
color: #F2556F;
}
.AnyTagClassName
{
color: #F2556F;
}
</style>
background-color css
<style>
a { background-color: #F2556F; }
a { background-color: rgb(242,85,111); }
div.DivClassName
{
background-color: #F2556F;
}
.BgClassName
{
background-color: #F2556F;
}
</style>
border-color css
<style>
span { border-color: #F2556F; }
span { border-color: rgb(242,85,111); }
td.TdClassName
{
border-color: #F2556F;
}
.TagClassName
{
border-color: #F2556F;
}
</style>