Shades of Wild Watermelon #F55D6B
Tints of Wild Watermelon #F55D6B
RGB
CMYK
RGB Variations
Color information
#F55D6B (or 0xF55D6B) is known color: Wild Watermelon. HEX triplet: F5, 5D and 6B. RGB value is (245,93,107). Sum of RGB (Red+Green+Blue) = 245+93+107=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D6B is #0AA294. Grayscale: #8C8C8C. Windows color (decimal): -696981 or 7036405. OLE color: 7036405.
HSL color Cylindrical-coordinate representation of color #F55D6B: hue angle of 354.47º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55D6B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 107 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.04 |
| HSL | 354.47º | 0.88% | 0.66% | - |
| HSV(B) | 354.47º | 0.62% | 0.96% | - |
| XYZ | 44.22 | 28.3 | 17.04 | - |
| YUV | 140.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 107 | 0 | 0.62 | 0.56 | 0.04 | 354.47 | 0.88 | 0.66 |
| Hex | F5 | 5D | 6B | 0 | 3E | 38 | 4 | 162 | 58 | 42 |
| Octal | 365 | 135 | 153 | 0 | 76 | 70 | 4 | 542 | 130 | 102 |
| Binary | 11110101 | 1011101 | 1101011 | 0 | 111110 | 111000 | 100 | 101100010 | 1011000 | 1000010 |
Color Harmonies of #F55D6B
Complementary color
Monochromatic Colors of #F55D6B
Black with #F55D6B
Text Example
Text Example
White with #F55D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D6B; }
p { color: rgb(245,93,107); }
H1.HeaderClassName
{
color: #F55D6B;
}
.AnyTagClassName
{
color: #F55D6B;
}
</style>
background-color css
<style>
a { background-color: #F55D6B; }
a { background-color: rgb(245,93,107); }
div.DivClassName
{
background-color: #F55D6B;
}
.BgClassName
{
background-color: #F55D6B;
}
</style>
border-color css
<style>
span { border-color: #F55D6B; }
span { border-color: rgb(245,93,107); }
td.TdClassName
{
border-color: #F55D6B;
}
.TagClassName
{
border-color: #F55D6B;
}
</style>