Shades of Wild Watermelon #F4555A
Tints of Wild Watermelon #F4555A
RGB
CMYK
RGB Variations
Color information
#F4555A (or 0xF4555A) is known color: Wild Watermelon. HEX triplet: F4, 55 and 5A. RGB value is (244,85,90). Sum of RGB (Red+Green+Blue) = 244+85+90=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4555A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4555A is #0BAAA5. Grayscale: #858585. Windows color (decimal): -764582 or 5920244. OLE color: 5920244.
HSL color Cylindrical-coordinate representation of color #F4555A: hue angle of 358.11º 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 #F4555A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 90 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.04 |
| HSL | 358.11º | 0.88% | 0.65% | - |
| HSV(B) | 358.11º | 0.65% | 0.96% | - |
| XYZ | 42.4 | 26.47 | 12.55 | - |
| YUV | 133.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 90 | 0 | 0.65 | 0.63 | 0.04 | 358.11 | 0.88 | 0.65 |
| Hex | F4 | 55 | 5A | 0 | 41 | 3F | 4 | 166 | 58 | 41 |
| Octal | 364 | 125 | 132 | 0 | 101 | 77 | 4 | 546 | 130 | 101 |
| Binary | 11110100 | 1010101 | 1011010 | 0 | 1000001 | 111111 | 100 | 101100110 | 1011000 | 1000001 |
Color Harmonies of #F4555A
Complementary color
Monochromatic Colors of #F4555A
Black with #F4555A
Text Example
Text Example
White with #F4555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4555A; }
p { color: rgb(244,85,90); }
H1.HeaderClassName
{
color: #F4555A;
}
.AnyTagClassName
{
color: #F4555A;
}
</style>
background-color css
<style>
a { background-color: #F4555A; }
a { background-color: rgb(244,85,90); }
div.DivClassName
{
background-color: #F4555A;
}
.BgClassName
{
background-color: #F4555A;
}
</style>
border-color css
<style>
span { border-color: #F4555A; }
span { border-color: rgb(244,85,90); }
td.TdClassName
{
border-color: #F4555A;
}
.TagClassName
{
border-color: #F4555A;
}
</style>