Shades of Wild Watermelon #F45465
Tints of Wild Watermelon #F45465
RGB
CMYK
RGB Variations
Color information
#F45465 (or 0xF45465) is known color: Wild Watermelon. HEX triplet: F4, 54 and 65. RGB value is (244,84,101). Sum of RGB (Red+Green+Blue) = 244+84+101=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F45465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45465 is #0BAB9A. Grayscale: #858585. Windows color (decimal): -764827 or 6640884. OLE color: 6640884.
HSL color Cylindrical-coordinate representation of color #F45465: hue angle of 353.62º 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 #F45465 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 101 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.04 |
| HSL | 353.63º | 0.88% | 0.64% | - |
| HSV(B) | 353.63º | 0.66% | 0.96% | - |
| XYZ | 42.83 | 26.51 | 15.17 | - |
| YUV | 133.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 101 | 0 | 0.66 | 0.59 | 0.04 | 353.63 | 0.88 | 0.64 |
| Hex | F4 | 54 | 65 | 0 | 42 | 3B | 4 | 162 | 58 | 40 |
| Octal | 364 | 124 | 145 | 0 | 102 | 73 | 4 | 542 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1100101 | 0 | 1000010 | 111011 | 100 | 101100010 | 1011000 | 1000000 |
Color Harmonies of #F45465
Complementary color
Monochromatic Colors of #F45465
Black with #F45465
Text Example
Text Example
White with #F45465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45465; }
p { color: rgb(244,84,101); }
H1.HeaderClassName
{
color: #F45465;
}
.AnyTagClassName
{
color: #F45465;
}
</style>
background-color css
<style>
a { background-color: #F45465; }
a { background-color: rgb(244,84,101); }
div.DivClassName
{
background-color: #F45465;
}
.BgClassName
{
background-color: #F45465;
}
</style>
border-color css
<style>
span { border-color: #F45465; }
span { border-color: rgb(244,84,101); }
td.TdClassName
{
border-color: #F45465;
}
.TagClassName
{
border-color: #F45465;
}
</style>