Shades of Wild Watermelon #F45074
Tints of Wild Watermelon #F45074
RGB
CMYK
RGB Variations
Color information
#F45074 (or 0xF45074) is known color: Wild Watermelon. HEX triplet: F4, 50 and 74. RGB value is (244,80,116). Sum of RGB (Red+Green+Blue) = 244+80+116=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F45074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45074 is #0BAF8B. Grayscale: #858585. Windows color (decimal): -765836 or 7622900. OLE color: 7622900.
HSL color Cylindrical-coordinate representation of color #F45074: hue angle of 346.83º 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 #F45074 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 116 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.83º | 0.88% | 0.64% | - |
| HSV(B) | 346.83º | 0.67% | 0.96% | - |
| XYZ | 43.33 | 26.23 | 19.3 | - |
| YUV | 133.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 116 | 0 | 0.67 | 0.52 | 0.04 | 346.83 | 0.88 | 0.64 |
| Hex | F4 | 50 | 74 | 0 | 43 | 34 | 4 | 15B | 58 | 40 |
| Octal | 364 | 120 | 164 | 0 | 103 | 64 | 4 | 533 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1110100 | 0 | 1000011 | 110100 | 100 | 101011011 | 1011000 | 1000000 |
Color Harmonies of #F45074
Complementary color
Monochromatic Colors of #F45074
Black with #F45074
Text Example
Text Example
White with #F45074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45074; }
p { color: rgb(244,80,116); }
H1.HeaderClassName
{
color: #F45074;
}
.AnyTagClassName
{
color: #F45074;
}
</style>
background-color css
<style>
a { background-color: #F45074; }
a { background-color: rgb(244,80,116); }
div.DivClassName
{
background-color: #F45074;
}
.BgClassName
{
background-color: #F45074;
}
</style>
border-color css
<style>
span { border-color: #F45074; }
span { border-color: rgb(244,80,116); }
td.TdClassName
{
border-color: #F45074;
}
.TagClassName
{
border-color: #F45074;
}
</style>