Shades of Wild Watermelon #F45376
Tints of Wild Watermelon #F45376
RGB
CMYK
RGB Variations
Color information
#F45376 (or 0xF45376) is known color: Wild Watermelon. HEX triplet: F4, 53 and 76. RGB value is (244,83,118). Sum of RGB (Red+Green+Blue) = 244+83+118=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F45376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45376 is #0BAC89. Grayscale: #878787. Windows color (decimal): -765066 or 7754740. OLE color: 7754740.
HSL color Cylindrical-coordinate representation of color #F45376: hue angle of 346.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45376 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 118 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.04 |
| HSL | 346.96º | 0.88% | 0.64% | - |
| HSV(B) | 346.96º | 0.66% | 0.96% | - |
| XYZ | 43.67 | 26.73 | 20 | - |
| YUV | 135.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 118 | 0 | 0.66 | 0.52 | 0.04 | 346.96 | 0.88 | 0.64 |
| Hex | F4 | 53 | 76 | 0 | 42 | 34 | 4 | 15B | 58 | 40 |
| Octal | 364 | 123 | 166 | 0 | 102 | 64 | 4 | 533 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1110110 | 0 | 1000010 | 110100 | 100 | 101011011 | 1011000 | 1000000 |
Color Harmonies of #F45376
Complementary color
Monochromatic Colors of #F45376
Black with #F45376
Text Example
Text Example
White with #F45376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45376; }
p { color: rgb(244,83,118); }
H1.HeaderClassName
{
color: #F45376;
}
.AnyTagClassName
{
color: #F45376;
}
</style>
background-color css
<style>
a { background-color: #F45376; }
a { background-color: rgb(244,83,118); }
div.DivClassName
{
background-color: #F45376;
}
.BgClassName
{
background-color: #F45376;
}
</style>
border-color css
<style>
span { border-color: #F45376; }
span { border-color: rgb(244,83,118); }
td.TdClassName
{
border-color: #F45376;
}
.TagClassName
{
border-color: #F45376;
}
</style>