Shades of Wild Watermelon #F45165
Tints of Wild Watermelon #F45165
RGB
CMYK
RGB Variations
Color information
#F45165 (or 0xF45165) is known color: Wild Watermelon. HEX triplet: F4, 51 and 65. RGB value is (244,81,101). Sum of RGB (Red+Green+Blue) = 244+81+101=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F45165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45165 is #0BAE9A. Grayscale: #848484. Windows color (decimal): -765595 or 6640116. OLE color: 6640116.
HSL color Cylindrical-coordinate representation of color #F45165: hue angle of 352.64º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45165 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 101 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.04 |
| HSL | 352.64º | 0.88% | 0.64% | - |
| HSV(B) | 352.64º | 0.67% | 0.96% | - |
| XYZ | 42.6 | 26.06 | 15.1 | - |
| YUV | 132.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 101 | 0 | 0.67 | 0.59 | 0.04 | 352.64 | 0.88 | 0.64 |
| Hex | F4 | 51 | 65 | 0 | 43 | 3B | 4 | 161 | 58 | 40 |
| Octal | 364 | 121 | 145 | 0 | 103 | 73 | 4 | 541 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1100101 | 0 | 1000011 | 111011 | 100 | 101100001 | 1011000 | 1000000 |
Color Harmonies of #F45165
Complementary color
Monochromatic Colors of #F45165
Black with #F45165
Text Example
Text Example
White with #F45165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45165; }
p { color: rgb(244,81,101); }
H1.HeaderClassName
{
color: #F45165;
}
.AnyTagClassName
{
color: #F45165;
}
</style>
background-color css
<style>
a { background-color: #F45165; }
a { background-color: rgb(244,81,101); }
div.DivClassName
{
background-color: #F45165;
}
.BgClassName
{
background-color: #F45165;
}
</style>
border-color css
<style>
span { border-color: #F45165; }
span { border-color: rgb(244,81,101); }
td.TdClassName
{
border-color: #F45165;
}
.TagClassName
{
border-color: #F45165;
}
</style>