Shades of Wild Watermelon #F4545D
Tints of Wild Watermelon #F4545D
RGB
CMYK
RGB Variations
Color information
#F4545D (or 0xF4545D) is known color: Wild Watermelon. HEX triplet: F4, 54 and 5D. RGB value is (244,84,93). Sum of RGB (Red+Green+Blue) = 244+84+93=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4545D is #0BABA2. Grayscale: #848484. Windows color (decimal): -764835 or 6116596. OLE color: 6116596.
HSL color Cylindrical-coordinate representation of color #F4545D: hue angle of 356.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4545D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 93 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.04 |
| HSL | 356.63º | 0.88% | 0.64% | - |
| HSV(B) | 356.63º | 0.66% | 0.96% | - |
| XYZ | 42.45 | 26.36 | 13.21 | - |
| YUV | 132.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 93 | 0 | 0.66 | 0.62 | 0.04 | 356.63 | 0.88 | 0.64 |
| Hex | F4 | 54 | 5D | 0 | 42 | 3E | 4 | 165 | 58 | 40 |
| Octal | 364 | 124 | 135 | 0 | 102 | 76 | 4 | 545 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1011101 | 0 | 1000010 | 111110 | 100 | 101100101 | 1011000 | 1000000 |
Color Harmonies of #F4545D
Complementary color
Monochromatic Colors of #F4545D
Black with #F4545D
Text Example
Text Example
White with #F4545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4545D; }
p { color: rgb(244,84,93); }
H1.HeaderClassName
{
color: #F4545D;
}
.AnyTagClassName
{
color: #F4545D;
}
</style>
background-color css
<style>
a { background-color: #F4545D; }
a { background-color: rgb(244,84,93); }
div.DivClassName
{
background-color: #F4545D;
}
.BgClassName
{
background-color: #F4545D;
}
</style>
border-color css
<style>
span { border-color: #F4545D; }
span { border-color: rgb(244,84,93); }
td.TdClassName
{
border-color: #F4545D;
}
.TagClassName
{
border-color: #F4545D;
}
</style>