Shades of Wild Watermelon #F4555C
Tints of Wild Watermelon #F4555C
RGB
CMYK
RGB Variations
Color information
#F4555C (or 0xF4555C) is known color: Wild Watermelon. HEX triplet: F4, 55 and 5C. RGB value is (244,85,92). Sum of RGB (Red+Green+Blue) = 244+85+92=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4555C is #0BAAA3. Grayscale: #858585. Windows color (decimal): -764580 or 6051316. OLE color: 6051316.
HSL color Cylindrical-coordinate representation of color #F4555C: hue angle of 357.36º 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 #F4555C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 92 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.04 |
| HSL | 357.36º | 0.88% | 0.65% | - |
| HSV(B) | 357.36º | 0.65% | 0.96% | - |
| XYZ | 42.49 | 26.5 | 13 | - |
| YUV | 133.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 92 | 0 | 0.65 | 0.62 | 0.04 | 357.36 | 0.88 | 0.65 |
| Hex | F4 | 55 | 5C | 0 | 41 | 3E | 4 | 165 | 58 | 41 |
| Octal | 364 | 125 | 134 | 0 | 101 | 76 | 4 | 545 | 130 | 101 |
| Binary | 11110100 | 1010101 | 1011100 | 0 | 1000001 | 111110 | 100 | 101100101 | 1011000 | 1000001 |
Color Harmonies of #F4555C
Complementary color
Monochromatic Colors of #F4555C
Black with #F4555C
Text Example
Text Example
White with #F4555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4555C; }
p { color: rgb(244,85,92); }
H1.HeaderClassName
{
color: #F4555C;
}
.AnyTagClassName
{
color: #F4555C;
}
</style>
background-color css
<style>
a { background-color: #F4555C; }
a { background-color: rgb(244,85,92); }
div.DivClassName
{
background-color: #F4555C;
}
.BgClassName
{
background-color: #F4555C;
}
</style>
border-color css
<style>
span { border-color: #F4555C; }
span { border-color: rgb(244,85,92); }
td.TdClassName
{
border-color: #F4555C;
}
.TagClassName
{
border-color: #F4555C;
}
</style>