Shades of Wild Watermelon #F4585A
Tints of Wild Watermelon #F4585A
RGB
CMYK
RGB Variations
Color information
#F4585A (or 0xF4585A) is known color: Wild Watermelon. HEX triplet: F4, 58 and 5A. RGB value is (244,88,90). Sum of RGB (Red+Green+Blue) = 244+88+90=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4585A is #0BA7A5. Grayscale: #878787. Windows color (decimal): -763814 or 5921012. OLE color: 5921012.
HSL color Cylindrical-coordinate representation of color #F4585A: hue angle of 359.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4585A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 90 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.04 |
| HSL | 359.23º | 0.88% | 0.65% | - |
| HSV(B) | 359.23º | 0.64% | 0.96% | - |
| XYZ | 42.64 | 26.95 | 12.63 | - |
| YUV | 134.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 90 | 0 | 0.64 | 0.63 | 0.04 | 359.23 | 0.88 | 0.65 |
| Hex | F4 | 58 | 5A | 0 | 40 | 3F | 4 | 167 | 58 | 41 |
| Octal | 364 | 130 | 132 | 0 | 100 | 77 | 4 | 547 | 130 | 101 |
| Binary | 11110100 | 1011000 | 1011010 | 0 | 1000000 | 111111 | 100 | 101100111 | 1011000 | 1000001 |
Color Harmonies of #F4585A
Complementary color
Monochromatic Colors of #F4585A
Black with #F4585A
Text Example
Text Example
White with #F4585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4585A; }
p { color: rgb(244,88,90); }
H1.HeaderClassName
{
color: #F4585A;
}
.AnyTagClassName
{
color: #F4585A;
}
</style>
background-color css
<style>
a { background-color: #F4585A; }
a { background-color: rgb(244,88,90); }
div.DivClassName
{
background-color: #F4585A;
}
.BgClassName
{
background-color: #F4585A;
}
</style>
border-color css
<style>
span { border-color: #F4585A; }
span { border-color: rgb(244,88,90); }
td.TdClassName
{
border-color: #F4585A;
}
.TagClassName
{
border-color: #F4585A;
}
</style>