Shades of Wild Watermelon #F4545A
Tints of Wild Watermelon #F4545A
RGB
CMYK
RGB Variations
Color information
#F4545A (or 0xF4545A) is known color: Wild Watermelon. HEX triplet: F4, 54 and 5A. RGB value is (244,84,90). Sum of RGB (Red+Green+Blue) = 244+84+90=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4545A is #0BABA5. Grayscale: #848484. Windows color (decimal): -764838 or 5919988. OLE color: 5919988.
HSL color Cylindrical-coordinate representation of color #F4545A: hue angle of 357.75º 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 #F4545A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 90 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.04 |
| HSL | 357.75º | 0.88% | 0.64% | - |
| HSV(B) | 357.75º | 0.66% | 0.96% | - |
| XYZ | 42.32 | 26.31 | 12.52 | - |
| YUV | 132.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 90 | 0 | 0.66 | 0.63 | 0.04 | 357.75 | 0.88 | 0.64 |
| Hex | F4 | 54 | 5A | 0 | 42 | 3F | 4 | 166 | 58 | 40 |
| Octal | 364 | 124 | 132 | 0 | 102 | 77 | 4 | 546 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1011010 | 0 | 1000010 | 111111 | 100 | 101100110 | 1011000 | 1000000 |
Color Harmonies of #F4545A
Complementary color
Monochromatic Colors of #F4545A
Black with #F4545A
Text Example
Text Example
White with #F4545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4545A; }
p { color: rgb(244,84,90); }
H1.HeaderClassName
{
color: #F4545A;
}
.AnyTagClassName
{
color: #F4545A;
}
</style>
background-color css
<style>
a { background-color: #F4545A; }
a { background-color: rgb(244,84,90); }
div.DivClassName
{
background-color: #F4545A;
}
.BgClassName
{
background-color: #F4545A;
}
</style>
border-color css
<style>
span { border-color: #F4545A; }
span { border-color: rgb(244,84,90); }
td.TdClassName
{
border-color: #F4545A;
}
.TagClassName
{
border-color: #F4545A;
}
</style>