Shades of Wild Watermelon #F45A79
Tints of Wild Watermelon #F45A79
RGB
CMYK
RGB Variations
Color information
#F45A79 (or 0xF45A79) is known color: Wild Watermelon. HEX triplet: F4, 5A and 79. RGB value is (244,90,121). Sum of RGB (Red+Green+Blue) = 244+90+121=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A79 is #0BA586. Grayscale: #8B8B8B. Windows color (decimal): -763271 or 7953140. OLE color: 7953140.
HSL color Cylindrical-coordinate representation of color #F45A79: hue angle of 347.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A79 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 121 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.04 |
| HSL | 347.92º | 0.88% | 0.65% | - |
| HSV(B) | 347.92º | 0.63% | 0.96% | - |
| XYZ | 44.42 | 27.93 | 21.14 | - |
| YUV | 139.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 121 | 0 | 0.63 | 0.50 | 0.04 | 347.92 | 0.88 | 0.65 |
| Hex | F4 | 5A | 79 | 0 | 3F | 32 | 4 | 15C | 58 | 41 |
| Octal | 364 | 132 | 171 | 0 | 77 | 62 | 4 | 534 | 130 | 101 |
| Binary | 11110100 | 1011010 | 1111001 | 0 | 111111 | 110010 | 100 | 101011100 | 1011000 | 1000001 |
Color Harmonies of #F45A79
Complementary color
Monochromatic Colors of #F45A79
Black with #F45A79
Text Example
Text Example
White with #F45A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A79; }
p { color: rgb(244,90,121); }
H1.HeaderClassName
{
color: #F45A79;
}
.AnyTagClassName
{
color: #F45A79;
}
</style>
background-color css
<style>
a { background-color: #F45A79; }
a { background-color: rgb(244,90,121); }
div.DivClassName
{
background-color: #F45A79;
}
.BgClassName
{
background-color: #F45A79;
}
</style>
border-color css
<style>
span { border-color: #F45A79; }
span { border-color: rgb(244,90,121); }
td.TdClassName
{
border-color: #F45A79;
}
.TagClassName
{
border-color: #F45A79;
}
</style>