Shades of Wild Watermelon #F45D6E
Tints of Wild Watermelon #F45D6E
RGB
CMYK
RGB Variations
Color information
#F45D6E (or 0xF45D6E) is known color: Wild Watermelon. HEX triplet: F4, 5D and 6E. RGB value is (244,93,110). Sum of RGB (Red+Green+Blue) = 244+93+110=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D6E is #0BA291. Grayscale: #8C8C8C. Windows color (decimal): -762514 or 7233012. OLE color: 7233012.
HSL color Cylindrical-coordinate representation of color #F45D6E: hue angle of 353.25º 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 #F45D6E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 110 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.04 |
| HSL | 353.25º | 0.87% | 0.66% | - |
| HSV(B) | 353.25º | 0.62% | 0.96% | - |
| XYZ | 44.04 | 28.19 | 17.87 | - |
| YUV | 140.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 110 | 0 | 0.62 | 0.55 | 0.04 | 353.25 | 0.87 | 0.66 |
| Hex | F4 | 5D | 6E | 0 | 3E | 37 | 4 | 161 | 57 | 42 |
| Octal | 364 | 135 | 156 | 0 | 76 | 67 | 4 | 541 | 127 | 102 |
| Binary | 11110100 | 1011101 | 1101110 | 0 | 111110 | 110111 | 100 | 101100001 | 1010111 | 1000010 |
Color Harmonies of #F45D6E
Complementary color
Monochromatic Colors of #F45D6E
Black with #F45D6E
Text Example
Text Example
White with #F45D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D6E; }
p { color: rgb(244,93,110); }
H1.HeaderClassName
{
color: #F45D6E;
}
.AnyTagClassName
{
color: #F45D6E;
}
</style>
background-color css
<style>
a { background-color: #F45D6E; }
a { background-color: rgb(244,93,110); }
div.DivClassName
{
background-color: #F45D6E;
}
.BgClassName
{
background-color: #F45D6E;
}
</style>
border-color css
<style>
span { border-color: #F45D6E; }
span { border-color: rgb(244,93,110); }
td.TdClassName
{
border-color: #F45D6E;
}
.TagClassName
{
border-color: #F45D6E;
}
</style>