Shades of Wild Watermelon #F45868
Tints of Wild Watermelon #F45868
RGB
CMYK
RGB Variations
Color information
#F45868 (or 0xF45868) is known color: Wild Watermelon. HEX triplet: F4, 58 and 68. RGB value is (244,88,104). Sum of RGB (Red+Green+Blue) = 244+88+104=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F45868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45868 is #0BA797. Grayscale: #888888. Windows color (decimal): -763800 or 6838516. OLE color: 6838516.
HSL color Cylindrical-coordinate representation of color #F45868: hue angle of 353.85º 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 #F45868 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 104 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.04 |
| HSL | 353.85º | 0.88% | 0.65% | - |
| HSV(B) | 353.85º | 0.64% | 0.96% | - |
| XYZ | 43.3 | 27.21 | 16.07 | - |
| YUV | 136.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 104 | 0 | 0.64 | 0.57 | 0.04 | 353.85 | 0.88 | 0.65 |
| Hex | F4 | 58 | 68 | 0 | 40 | 39 | 4 | 162 | 58 | 41 |
| Octal | 364 | 130 | 150 | 0 | 100 | 71 | 4 | 542 | 130 | 101 |
| Binary | 11110100 | 1011000 | 1101000 | 0 | 1000000 | 111001 | 100 | 101100010 | 1011000 | 1000001 |
Color Harmonies of #F45868
Complementary color
Monochromatic Colors of #F45868
Black with #F45868
Text Example
Text Example
White with #F45868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45868; }
p { color: rgb(244,88,104); }
H1.HeaderClassName
{
color: #F45868;
}
.AnyTagClassName
{
color: #F45868;
}
</style>
background-color css
<style>
a { background-color: #F45868; }
a { background-color: rgb(244,88,104); }
div.DivClassName
{
background-color: #F45868;
}
.BgClassName
{
background-color: #F45868;
}
</style>
border-color css
<style>
span { border-color: #F45868; }
span { border-color: rgb(244,88,104); }
td.TdClassName
{
border-color: #F45868;
}
.TagClassName
{
border-color: #F45868;
}
</style>