Shades of Wild Watermelon #F45075
Tints of Wild Watermelon #F45075
RGB
CMYK
RGB Variations
Color information
#F45075 (or 0xF45075) is known color: Wild Watermelon. HEX triplet: F4, 50 and 75. RGB value is (244,80,117). Sum of RGB (Red+Green+Blue) = 244+80+117=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F45075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45075 is #0BAF8A. Grayscale: #858585. Windows color (decimal): -765835 or 7688436. OLE color: 7688436.
HSL color Cylindrical-coordinate representation of color #F45075: hue angle of 346.46º 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 #F45075 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.46º | 0.88% | 0.64% | - |
| HSV(B) | 346.46º | 0.67% | 0.96% | - |
| XYZ | 43.39 | 26.25 | 19.61 | - |
| YUV | 133.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 117 | 0 | 0.67 | 0.52 | 0.04 | 346.46 | 0.88 | 0.64 |
| Hex | F4 | 50 | 75 | 0 | 43 | 34 | 4 | 15A | 58 | 40 |
| Octal | 364 | 120 | 165 | 0 | 103 | 64 | 4 | 532 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1110101 | 0 | 1000011 | 110100 | 100 | 101011010 | 1011000 | 1000000 |
Color Harmonies of #F45075
Complementary color
Monochromatic Colors of #F45075
Black with #F45075
Text Example
Text Example
White with #F45075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45075; }
p { color: rgb(244,80,117); }
H1.HeaderClassName
{
color: #F45075;
}
.AnyTagClassName
{
color: #F45075;
}
</style>
background-color css
<style>
a { background-color: #F45075; }
a { background-color: rgb(244,80,117); }
div.DivClassName
{
background-color: #F45075;
}
.BgClassName
{
background-color: #F45075;
}
</style>
border-color css
<style>
span { border-color: #F45075; }
span { border-color: rgb(244,80,117); }
td.TdClassName
{
border-color: #F45075;
}
.TagClassName
{
border-color: #F45075;
}
</style>