Shades of Wild Watermelon #F5496C
Tints of Wild Watermelon #F5496C
RGB
CMYK
RGB Variations
Color information
#F5496C (or 0xF5496C) is known color: Wild Watermelon. HEX triplet: F5, 49 and 6C. RGB value is (245,73,108). Sum of RGB (Red+Green+Blue) = 245+73+108=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5496C is #0AB693. Grayscale: #808080. Windows color (decimal): -702100 or 7096821. OLE color: 7096821.
HSL color Cylindrical-coordinate representation of color #F5496C: hue angle of 347.79º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5496C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 108 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.04 |
| HSL | 347.79º | 0.9% | 0.62% | - |
| HSV(B) | 347.79º | 0.7% | 0.96% | - |
| XYZ | 42.75 | 25.26 | 16.81 | - |
| YUV | 128.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 108 | 0 | 0.70 | 0.56 | 0.04 | 347.79 | 0.9 | 0.62 |
| Hex | F5 | 49 | 6C | 0 | 46 | 38 | 4 | 15C | 5A | 3E |
| Octal | 365 | 111 | 154 | 0 | 106 | 70 | 4 | 534 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1101100 | 0 | 1000110 | 111000 | 100 | 101011100 | 1011010 | 111110 |
Color Harmonies of #F5496C
Complementary color
Monochromatic Colors of #F5496C
Black with #F5496C
Text Example
Text Example
White with #F5496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5496C; }
p { color: rgb(245,73,108); }
H1.HeaderClassName
{
color: #F5496C;
}
.AnyTagClassName
{
color: #F5496C;
}
</style>
background-color css
<style>
a { background-color: #F5496C; }
a { background-color: rgb(245,73,108); }
div.DivClassName
{
background-color: #F5496C;
}
.BgClassName
{
background-color: #F5496C;
}
</style>
border-color css
<style>
span { border-color: #F5496C; }
span { border-color: rgb(245,73,108); }
td.TdClassName
{
border-color: #F5496C;
}
.TagClassName
{
border-color: #F5496C;
}
</style>