Shades of Wild Watermelon #F45175
Tints of Wild Watermelon #F45175
RGB
CMYK
RGB Variations
Color information
#F45175 (or 0xF45175) is known color: Wild Watermelon. HEX triplet: F4, 51 and 75. RGB value is (244,81,117). Sum of RGB (Red+Green+Blue) = 244+81+117=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F45175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45175 is #0BAE8A. Grayscale: #858585. Windows color (decimal): -765579 or 7688692. OLE color: 7688692.
HSL color Cylindrical-coordinate representation of color #F45175: hue angle of 346.75º 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 #F45175 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.75º | 0.88% | 0.64% | - |
| HSV(B) | 346.75º | 0.67% | 0.96% | - |
| XYZ | 43.46 | 26.4 | 19.64 | - |
| YUV | 133.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 117 | 0 | 0.67 | 0.52 | 0.04 | 346.75 | 0.88 | 0.64 |
| Hex | F4 | 51 | 75 | 0 | 43 | 34 | 4 | 15B | 58 | 40 |
| Octal | 364 | 121 | 165 | 0 | 103 | 64 | 4 | 533 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1110101 | 0 | 1000011 | 110100 | 100 | 101011011 | 1011000 | 1000000 |
Color Harmonies of #F45175
Complementary color
Monochromatic Colors of #F45175
Black with #F45175
Text Example
Text Example
White with #F45175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45175; }
p { color: rgb(244,81,117); }
H1.HeaderClassName
{
color: #F45175;
}
.AnyTagClassName
{
color: #F45175;
}
</style>
background-color css
<style>
a { background-color: #F45175; }
a { background-color: rgb(244,81,117); }
div.DivClassName
{
background-color: #F45175;
}
.BgClassName
{
background-color: #F45175;
}
</style>
border-color css
<style>
span { border-color: #F45175; }
span { border-color: rgb(244,81,117); }
td.TdClassName
{
border-color: #F45175;
}
.TagClassName
{
border-color: #F45175;
}
</style>