Shades of Wild Watermelon #F4575F
Tints of Wild Watermelon #F4575F
RGB
CMYK
RGB Variations
Color information
#F4575F (or 0xF4575F) is known color: Wild Watermelon. HEX triplet: F4, 57 and 5F. RGB value is (244,87,95). Sum of RGB (Red+Green+Blue) = 244+87+95=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F4575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4575F is #0BA8A0. Grayscale: #868686. Windows color (decimal): -764065 or 6248436. OLE color: 6248436.
HSL color Cylindrical-coordinate representation of color #F4575F: hue angle of 356.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4575F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 95 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.04 |
| HSL | 356.94º | 0.88% | 0.65% | - |
| HSV(B) | 356.94º | 0.64% | 0.96% | - |
| XYZ | 42.78 | 26.88 | 13.76 | - |
| YUV | 134.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 95 | 0 | 0.64 | 0.61 | 0.04 | 356.94 | 0.88 | 0.65 |
| Hex | F4 | 57 | 5F | 0 | 40 | 3D | 4 | 165 | 58 | 41 |
| Octal | 364 | 127 | 137 | 0 | 100 | 75 | 4 | 545 | 130 | 101 |
| Binary | 11110100 | 1010111 | 1011111 | 0 | 1000000 | 111101 | 100 | 101100101 | 1011000 | 1000001 |
Color Harmonies of #F4575F
Complementary color
Monochromatic Colors of #F4575F
Black with #F4575F
Text Example
Text Example
White with #F4575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4575F; }
p { color: rgb(244,87,95); }
H1.HeaderClassName
{
color: #F4575F;
}
.AnyTagClassName
{
color: #F4575F;
}
</style>
background-color css
<style>
a { background-color: #F4575F; }
a { background-color: rgb(244,87,95); }
div.DivClassName
{
background-color: #F4575F;
}
.BgClassName
{
background-color: #F4575F;
}
</style>
border-color css
<style>
span { border-color: #F4575F; }
span { border-color: rgb(244,87,95); }
td.TdClassName
{
border-color: #F4575F;
}
.TagClassName
{
border-color: #F4575F;
}
</style>