Shades of Wild Watermelon #F55D68
Tints of Wild Watermelon #F55D68
RGB
CMYK
RGB Variations
Color information
#F55D68 (or 0xF55D68) is known color: Wild Watermelon. HEX triplet: F5, 5D and 68. RGB value is (245,93,104). Sum of RGB (Red+Green+Blue) = 245+93+104=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D68 is #0AA297. Grayscale: #8B8B8B. Windows color (decimal): -696984 or 6839797. OLE color: 6839797.
HSL color Cylindrical-coordinate representation of color #F55D68: hue angle of 355.66º 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 #F55D68 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 104 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.04 |
| HSL | 355.66º | 0.88% | 0.66% | - |
| HSV(B) | 355.66º | 0.62% | 0.96% | - |
| XYZ | 44.07 | 28.24 | 16.22 | - |
| YUV | 139.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 104 | 0 | 0.62 | 0.58 | 0.04 | 355.66 | 0.88 | 0.66 |
| Hex | F5 | 5D | 68 | 0 | 3E | 3A | 4 | 164 | 58 | 42 |
| Octal | 365 | 135 | 150 | 0 | 76 | 72 | 4 | 544 | 130 | 102 |
| Binary | 11110101 | 1011101 | 1101000 | 0 | 111110 | 111010 | 100 | 101100100 | 1011000 | 1000010 |
Color Harmonies of #F55D68
Complementary color
Monochromatic Colors of #F55D68
Black with #F55D68
Text Example
Text Example
White with #F55D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D68; }
p { color: rgb(245,93,104); }
H1.HeaderClassName
{
color: #F55D68;
}
.AnyTagClassName
{
color: #F55D68;
}
</style>
background-color css
<style>
a { background-color: #F55D68; }
a { background-color: rgb(245,93,104); }
div.DivClassName
{
background-color: #F55D68;
}
.BgClassName
{
background-color: #F55D68;
}
</style>
border-color css
<style>
span { border-color: #F55D68; }
span { border-color: rgb(245,93,104); }
td.TdClassName
{
border-color: #F55D68;
}
.TagClassName
{
border-color: #F55D68;
}
</style>