Shades of Wild Watermelon #F45273
Tints of Wild Watermelon #F45273
RGB
CMYK
RGB Variations
Color information
#F45273 (or 0xF45273) is known color: Wild Watermelon. HEX triplet: F4, 52 and 73. RGB value is (244,82,115). Sum of RGB (Red+Green+Blue) = 244+82+115=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F45273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45273 is #0BAD8C. Grayscale: #868686. Windows color (decimal): -765325 or 7557876. OLE color: 7557876.
HSL color Cylindrical-coordinate representation of color #F45273: hue angle of 347.78º 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 #F45273 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 115 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.04 |
| HSL | 347.78º | 0.88% | 0.64% | - |
| HSV(B) | 347.78º | 0.66% | 0.96% | - |
| XYZ | 43.42 | 26.51 | 19.05 | - |
| YUV | 134.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 115 | 0 | 0.66 | 0.53 | 0.04 | 347.78 | 0.88 | 0.64 |
| Hex | F4 | 52 | 73 | 0 | 42 | 35 | 4 | 15C | 58 | 40 |
| Octal | 364 | 122 | 163 | 0 | 102 | 65 | 4 | 534 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1110011 | 0 | 1000010 | 110101 | 100 | 101011100 | 1011000 | 1000000 |
Color Harmonies of #F45273
Complementary color
Monochromatic Colors of #F45273
Black with #F45273
Text Example
Text Example
White with #F45273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45273; }
p { color: rgb(244,82,115); }
H1.HeaderClassName
{
color: #F45273;
}
.AnyTagClassName
{
color: #F45273;
}
</style>
background-color css
<style>
a { background-color: #F45273; }
a { background-color: rgb(244,82,115); }
div.DivClassName
{
background-color: #F45273;
}
.BgClassName
{
background-color: #F45273;
}
</style>
border-color css
<style>
span { border-color: #F45273; }
span { border-color: rgb(244,82,115); }
td.TdClassName
{
border-color: #F45273;
}
.TagClassName
{
border-color: #F45273;
}
</style>