Shades of Wild Watermelon #F4555D
Tints of Wild Watermelon #F4555D
RGB
CMYK
RGB Variations
Color information
#F4555D (or 0xF4555D) is known color: Wild Watermelon. HEX triplet: F4, 55 and 5D. RGB value is (244,85,93). Sum of RGB (Red+Green+Blue) = 244+85+93=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4555D is #0BAAA2. Grayscale: #858585. Windows color (decimal): -764579 or 6116852. OLE color: 6116852.
HSL color Cylindrical-coordinate representation of color #F4555D: hue angle of 356.98º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4555D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 93 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.04 |
| HSL | 356.98º | 0.88% | 0.65% | - |
| HSV(B) | 356.98º | 0.65% | 0.96% | - |
| XYZ | 42.53 | 26.52 | 13.23 | - |
| YUV | 133.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 93 | 0 | 0.65 | 0.62 | 0.04 | 356.98 | 0.88 | 0.65 |
| Hex | F4 | 55 | 5D | 0 | 41 | 3E | 4 | 165 | 58 | 41 |
| Octal | 364 | 125 | 135 | 0 | 101 | 76 | 4 | 545 | 130 | 101 |
| Binary | 11110100 | 1010101 | 1011101 | 0 | 1000001 | 111110 | 100 | 101100101 | 1011000 | 1000001 |
Color Harmonies of #F4555D
Complementary color
Monochromatic Colors of #F4555D
Black with #F4555D
Text Example
Text Example
White with #F4555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4555D; }
p { color: rgb(244,85,93); }
H1.HeaderClassName
{
color: #F4555D;
}
.AnyTagClassName
{
color: #F4555D;
}
</style>
background-color css
<style>
a { background-color: #F4555D; }
a { background-color: rgb(244,85,93); }
div.DivClassName
{
background-color: #F4555D;
}
.BgClassName
{
background-color: #F4555D;
}
</style>
border-color css
<style>
span { border-color: #F4555D; }
span { border-color: rgb(244,85,93); }
td.TdClassName
{
border-color: #F4555D;
}
.TagClassName
{
border-color: #F4555D;
}
</style>