Shades of Wild Watermelon #F45360
Tints of Wild Watermelon #F45360
RGB
CMYK
RGB Variations
Color information
#F45360 (or 0xF45360) is known color: Wild Watermelon. HEX triplet: F4, 53 and 60. RGB value is (244,83,96). Sum of RGB (Red+Green+Blue) = 244+83+96=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F45360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45360 is #0BAC9F. Grayscale: #848484. Windows color (decimal): -765088 or 6312948. OLE color: 6312948.
HSL color Cylindrical-coordinate representation of color #F45360: hue angle of 355.16º 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 #F45360 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 96 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.04 |
| HSL | 355.16º | 0.88% | 0.64% | - |
| HSV(B) | 355.16º | 0.66% | 0.96% | - |
| XYZ | 42.51 | 26.26 | 13.9 | - |
| YUV | 132.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 96 | 0 | 0.66 | 0.61 | 0.04 | 355.16 | 0.88 | 0.64 |
| Hex | F4 | 53 | 60 | 0 | 42 | 3D | 4 | 163 | 58 | 40 |
| Octal | 364 | 123 | 140 | 0 | 102 | 75 | 4 | 543 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1100000 | 0 | 1000010 | 111101 | 100 | 101100011 | 1011000 | 1000000 |
Color Harmonies of #F45360
Complementary color
Monochromatic Colors of #F45360
Black with #F45360
Text Example
Text Example
White with #F45360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45360; }
p { color: rgb(244,83,96); }
H1.HeaderClassName
{
color: #F45360;
}
.AnyTagClassName
{
color: #F45360;
}
</style>
background-color css
<style>
a { background-color: #F45360; }
a { background-color: rgb(244,83,96); }
div.DivClassName
{
background-color: #F45360;
}
.BgClassName
{
background-color: #F45360;
}
</style>
border-color css
<style>
span { border-color: #F45360; }
span { border-color: rgb(244,83,96); }
td.TdClassName
{
border-color: #F45360;
}
.TagClassName
{
border-color: #F45360;
}
</style>