Shades of Wild Watermelon #F4535D
Tints of Wild Watermelon #F4535D
RGB
CMYK
RGB Variations
Color information
#F4535D (or 0xF4535D) is known color: Wild Watermelon. HEX triplet: F4, 53 and 5D. RGB value is (244,83,93). Sum of RGB (Red+Green+Blue) = 244+83+93=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4535D is #0BACA2. Grayscale: #848484. Windows color (decimal): -765091 or 6116340. OLE color: 6116340.
HSL color Cylindrical-coordinate representation of color #F4535D: hue angle of 356.27º 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 #F4535D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 93 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.04 |
| HSL | 356.27º | 0.88% | 0.64% | - |
| HSV(B) | 356.27º | 0.66% | 0.96% | - |
| XYZ | 42.38 | 26.21 | 13.18 | - |
| YUV | 132.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 93 | 0 | 0.66 | 0.62 | 0.04 | 356.27 | 0.88 | 0.64 |
| Hex | F4 | 53 | 5D | 0 | 42 | 3E | 4 | 164 | 58 | 40 |
| Octal | 364 | 123 | 135 | 0 | 102 | 76 | 4 | 544 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1011101 | 0 | 1000010 | 111110 | 100 | 101100100 | 1011000 | 1000000 |
Color Harmonies of #F4535D
Complementary color
Monochromatic Colors of #F4535D
Black with #F4535D
Text Example
Text Example
White with #F4535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4535D; }
p { color: rgb(244,83,93); }
H1.HeaderClassName
{
color: #F4535D;
}
.AnyTagClassName
{
color: #F4535D;
}
</style>
background-color css
<style>
a { background-color: #F4535D; }
a { background-color: rgb(244,83,93); }
div.DivClassName
{
background-color: #F4535D;
}
.BgClassName
{
background-color: #F4535D;
}
</style>
border-color css
<style>
span { border-color: #F4535D; }
span { border-color: rgb(244,83,93); }
td.TdClassName
{
border-color: #F4535D;
}
.TagClassName
{
border-color: #F4535D;
}
</style>