Shades of Wild Watermelon #F5636A
Tints of Wild Watermelon #F5636A
RGB
CMYK
RGB Variations
Color information
#F5636A (or 0xF5636A) is known color: Wild Watermelon. HEX triplet: F5, 63 and 6A. RGB value is (245,99,106). Sum of RGB (Red+Green+Blue) = 245+99+106=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5636A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5636A is #0A9C95. Grayscale: #8F8F8F. Windows color (decimal): -695446 or 6972405. OLE color: 6972405.
HSL color Cylindrical-coordinate representation of color #F5636A: hue angle of 357.12º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5636A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 106 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.04 |
| HSL | 357.12º | 0.88% | 0.67% | - |
| HSV(B) | 357.12º | 0.6% | 0.96% | - |
| XYZ | 44.72 | 29.38 | 16.95 | - |
| YUV | 143.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 106 | 0 | 0.60 | 0.57 | 0.04 | 357.12 | 0.88 | 0.67 |
| Hex | F5 | 63 | 6A | 0 | 3C | 39 | 4 | 165 | 58 | 43 |
| Octal | 365 | 143 | 152 | 0 | 74 | 71 | 4 | 545 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1101010 | 0 | 111100 | 111001 | 100 | 101100101 | 1011000 | 1000011 |
Color Harmonies of #F5636A
Complementary color
Monochromatic Colors of #F5636A
Black with #F5636A
Text Example
Text Example
White with #F5636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5636A; }
p { color: rgb(245,99,106); }
H1.HeaderClassName
{
color: #F5636A;
}
.AnyTagClassName
{
color: #F5636A;
}
</style>
background-color css
<style>
a { background-color: #F5636A; }
a { background-color: rgb(245,99,106); }
div.DivClassName
{
background-color: #F5636A;
}
.BgClassName
{
background-color: #F5636A;
}
</style>
border-color css
<style>
span { border-color: #F5636A; }
span { border-color: rgb(245,99,106); }
td.TdClassName
{
border-color: #F5636A;
}
.TagClassName
{
border-color: #F5636A;
}
</style>