Shades of Wild Watermelon #F55B6A
Tints of Wild Watermelon #F55B6A
RGB
CMYK
RGB Variations
Color information
#F55B6A (or 0xF55B6A) is known color: Wild Watermelon. HEX triplet: F5, 5B and 6A. RGB value is (245,91,106). Sum of RGB (Red+Green+Blue) = 245+91+106=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55B6A is #0AA495. Grayscale: #8A8A8A. Windows color (decimal): -697494 or 6970357. OLE color: 6970357.
HSL color Cylindrical-coordinate representation of color #F55B6A: hue angle of 354.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55B6A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 106 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.04 |
| HSL | 354.16º | 0.89% | 0.66% | - |
| HSV(B) | 354.16º | 0.63% | 0.96% | - |
| XYZ | 44 | 27.94 | 16.71 | - |
| YUV | 138.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 106 | 0 | 0.63 | 0.57 | 0.04 | 354.16 | 0.89 | 0.66 |
| Hex | F5 | 5B | 6A | 0 | 3F | 39 | 4 | 162 | 59 | 42 |
| Octal | 365 | 133 | 152 | 0 | 77 | 71 | 4 | 542 | 131 | 102 |
| Binary | 11110101 | 1011011 | 1101010 | 0 | 111111 | 111001 | 100 | 101100010 | 1011001 | 1000010 |
Color Harmonies of #F55B6A
Complementary color
Monochromatic Colors of #F55B6A
Black with #F55B6A
Text Example
Text Example
White with #F55B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B6A; }
p { color: rgb(245,91,106); }
H1.HeaderClassName
{
color: #F55B6A;
}
.AnyTagClassName
{
color: #F55B6A;
}
</style>
background-color css
<style>
a { background-color: #F55B6A; }
a { background-color: rgb(245,91,106); }
div.DivClassName
{
background-color: #F55B6A;
}
.BgClassName
{
background-color: #F55B6A;
}
</style>
border-color css
<style>
span { border-color: #F55B6A; }
span { border-color: rgb(245,91,106); }
td.TdClassName
{
border-color: #F55B6A;
}
.TagClassName
{
border-color: #F55B6A;
}
</style>