Shades of Wild Watermelon #F46575
Tints of Wild Watermelon #F46575
RGB
CMYK
RGB Variations
Color information
#F46575 (or 0xF46575) is known color: Wild Watermelon. HEX triplet: F4, 65 and 75. RGB value is (244,101,117). Sum of RGB (Red+Green+Blue) = 244+101+117=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F46575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46575 is #0B9A8A. Grayscale: #919191. Windows color (decimal): -760459 or 7693812. OLE color: 7693812.
HSL color Cylindrical-coordinate representation of color #F46575: hue angle of 353.29º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F46575 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 117 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.04 |
| HSL | 353.29º | 0.87% | 0.68% | - |
| HSV(B) | 353.29º | 0.59% | 0.96% | - |
| XYZ | 45.17 | 29.82 | 20.21 | - |
| YUV | 145.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 117 | 0 | 0.59 | 0.52 | 0.04 | 353.29 | 0.87 | 0.68 |
| Hex | F4 | 65 | 75 | 0 | 3B | 34 | 4 | 161 | 57 | 44 |
| Octal | 364 | 145 | 165 | 0 | 73 | 64 | 4 | 541 | 127 | 104 |
| Binary | 11110100 | 1100101 | 1110101 | 0 | 111011 | 110100 | 100 | 101100001 | 1010111 | 1000100 |
Color Harmonies of #F46575
Complementary color
Monochromatic Colors of #F46575
Black with #F46575
Text Example
Text Example
White with #F46575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46575; }
p { color: rgb(244,101,117); }
H1.HeaderClassName
{
color: #F46575;
}
.AnyTagClassName
{
color: #F46575;
}
</style>
background-color css
<style>
a { background-color: #F46575; }
a { background-color: rgb(244,101,117); }
div.DivClassName
{
background-color: #F46575;
}
.BgClassName
{
background-color: #F46575;
}
</style>
border-color css
<style>
span { border-color: #F46575; }
span { border-color: rgb(244,101,117); }
td.TdClassName
{
border-color: #F46575;
}
.TagClassName
{
border-color: #F46575;
}
</style>