Shades of Wild Watermelon #F5626A
Tints of Wild Watermelon #F5626A
RGB
CMYK
RGB Variations
Color information
#F5626A (or 0xF5626A) is known color: Wild Watermelon. HEX triplet: F5, 62 and 6A. RGB value is (245,98,106). Sum of RGB (Red+Green+Blue) = 245+98+106=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5626A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5626A is #0A9D95. Grayscale: #8E8E8E. Windows color (decimal): -695702 or 6972149. OLE color: 6972149.
HSL color Cylindrical-coordinate representation of color #F5626A: hue angle of 356.73º 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 #F5626A is Cyan = 0, Magento = 0.6, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 106 | - |
| CMYK | 0 | 0.6 | 0.57 | 0.04 |
| HSL | 356.73º | 0.88% | 0.67% | - |
| HSV(B) | 356.73º | 0.6% | 0.96% | - |
| XYZ | 44.63 | 29.19 | 16.92 | - |
| YUV | 142.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 106 | 0 | 0.6 | 0.57 | 0.04 | 356.73 | 0.88 | 0.67 |
| Hex | F5 | 62 | 6A | 0 | 3C | 39 | 4 | 165 | 58 | 43 |
| Octal | 365 | 142 | 152 | 0 | 74 | 71 | 4 | 545 | 130 | 103 |
| Binary | 11110101 | 1100010 | 1101010 | 0 | 111100 | 111001 | 100 | 101100101 | 1011000 | 1000011 |
Color Harmonies of #F5626A
Complementary color
Monochromatic Colors of #F5626A
Black with #F5626A
Text Example
Text Example
White with #F5626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5626A; }
p { color: rgb(245,98,106); }
H1.HeaderClassName
{
color: #F5626A;
}
.AnyTagClassName
{
color: #F5626A;
}
</style>
background-color css
<style>
a { background-color: #F5626A; }
a { background-color: rgb(245,98,106); }
div.DivClassName
{
background-color: #F5626A;
}
.BgClassName
{
background-color: #F5626A;
}
</style>
border-color css
<style>
span { border-color: #F5626A; }
span { border-color: rgb(245,98,106); }
td.TdClassName
{
border-color: #F5626A;
}
.TagClassName
{
border-color: #F5626A;
}
</style>