Shades of Wild Watermelon #F45C68
Tints of Wild Watermelon #F45C68
RGB
CMYK
RGB Variations
Color information
#F45C68 (or 0xF45C68) is known color: Wild Watermelon. HEX triplet: F4, 5C and 68. RGB value is (244,92,104). Sum of RGB (Red+Green+Blue) = 244+92+104=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C68 is #0BA397. Grayscale: #8A8A8A. Windows color (decimal): -762776 or 6839540. OLE color: 6839540.
HSL color Cylindrical-coordinate representation of color #F45C68: hue angle of 355.26º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C68 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 104 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.04 |
| HSL | 355.26º | 0.87% | 0.66% | - |
| HSV(B) | 355.26º | 0.62% | 0.96% | - |
| XYZ | 43.63 | 27.89 | 16.18 | - |
| YUV | 138.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 104 | 0 | 0.62 | 0.57 | 0.04 | 355.26 | 0.87 | 0.66 |
| Hex | F4 | 5C | 68 | 0 | 3E | 39 | 4 | 163 | 57 | 42 |
| Octal | 364 | 134 | 150 | 0 | 76 | 71 | 4 | 543 | 127 | 102 |
| Binary | 11110100 | 1011100 | 1101000 | 0 | 111110 | 111001 | 100 | 101100011 | 1010111 | 1000010 |
Color Harmonies of #F45C68
Complementary color
Monochromatic Colors of #F45C68
Black with #F45C68
Text Example
Text Example
White with #F45C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C68; }
p { color: rgb(244,92,104); }
H1.HeaderClassName
{
color: #F45C68;
}
.AnyTagClassName
{
color: #F45C68;
}
</style>
background-color css
<style>
a { background-color: #F45C68; }
a { background-color: rgb(244,92,104); }
div.DivClassName
{
background-color: #F45C68;
}
.BgClassName
{
background-color: #F45C68;
}
</style>
border-color css
<style>
span { border-color: #F45C68; }
span { border-color: rgb(244,92,104); }
td.TdClassName
{
border-color: #F45C68;
}
.TagClassName
{
border-color: #F45C68;
}
</style>