Shades of Wild Watermelon #F5486C
Tints of Wild Watermelon #F5486C
RGB
CMYK
RGB Variations
Color information
#F5486C (or 0xF5486C) is known color: Wild Watermelon. HEX triplet: F5, 48 and 6C. RGB value is (245,72,108). Sum of RGB (Red+Green+Blue) = 245+72+108=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5486C is #0AB793. Grayscale: #7F7F7F. Windows color (decimal): -702356 or 7096565. OLE color: 7096565.
HSL color Cylindrical-coordinate representation of color #F5486C: hue angle of 347.51º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5486C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 108 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.04 |
| HSL | 347.51º | 0.9% | 0.62% | - |
| HSV(B) | 347.51º | 0.71% | 0.96% | - |
| XYZ | 42.68 | 25.13 | 16.79 | - |
| YUV | 127.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 108 | 0 | 0.71 | 0.56 | 0.04 | 347.51 | 0.9 | 0.62 |
| Hex | F5 | 48 | 6C | 0 | 47 | 38 | 4 | 15C | 5A | 3E |
| Octal | 365 | 110 | 154 | 0 | 107 | 70 | 4 | 534 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1101100 | 0 | 1000111 | 111000 | 100 | 101011100 | 1011010 | 111110 |
Color Harmonies of #F5486C
Complementary color
Monochromatic Colors of #F5486C
Black with #F5486C
Text Example
Text Example
White with #F5486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5486C; }
p { color: rgb(245,72,108); }
H1.HeaderClassName
{
color: #F5486C;
}
.AnyTagClassName
{
color: #F5486C;
}
</style>
background-color css
<style>
a { background-color: #F5486C; }
a { background-color: rgb(245,72,108); }
div.DivClassName
{
background-color: #F5486C;
}
.BgClassName
{
background-color: #F5486C;
}
</style>
border-color css
<style>
span { border-color: #F5486C; }
span { border-color: rgb(245,72,108); }
td.TdClassName
{
border-color: #F5486C;
}
.TagClassName
{
border-color: #F5486C;
}
</style>