Shades of Wild Watermelon #F5576C
Tints of Wild Watermelon #F5576C
RGB
CMYK
RGB Variations
Color information
#F5576C (or 0xF5576C) is known color: Wild Watermelon. HEX triplet: F5, 57 and 6C. RGB value is (245,87,108). Sum of RGB (Red+Green+Blue) = 245+87+108=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5576C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5576C is #0AA893. Grayscale: #888888. Windows color (decimal): -698516 or 7100405. OLE color: 7100405.
HSL color Cylindrical-coordinate representation of color #F5576C: hue angle of 352.03º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5576C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 108 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.04 |
| HSL | 352.03º | 0.89% | 0.65% | - |
| HSV(B) | 352.03º | 0.64% | 0.96% | - |
| XYZ | 43.77 | 27.31 | 17.15 | - |
| YUV | 136.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 108 | 0 | 0.64 | 0.56 | 0.04 | 352.03 | 0.89 | 0.65 |
| Hex | F5 | 57 | 6C | 0 | 40 | 38 | 4 | 160 | 59 | 41 |
| Octal | 365 | 127 | 154 | 0 | 100 | 70 | 4 | 540 | 131 | 101 |
| Binary | 11110101 | 1010111 | 1101100 | 0 | 1000000 | 111000 | 100 | 101100000 | 1011001 | 1000001 |
Color Harmonies of #F5576C
Complementary color
Monochromatic Colors of #F5576C
Black with #F5576C
Text Example
Text Example
White with #F5576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5576C; }
p { color: rgb(245,87,108); }
H1.HeaderClassName
{
color: #F5576C;
}
.AnyTagClassName
{
color: #F5576C;
}
</style>
background-color css
<style>
a { background-color: #F5576C; }
a { background-color: rgb(245,87,108); }
div.DivClassName
{
background-color: #F5576C;
}
.BgClassName
{
background-color: #F5576C;
}
</style>
border-color css
<style>
span { border-color: #F5576C; }
span { border-color: rgb(245,87,108); }
td.TdClassName
{
border-color: #F5576C;
}
.TagClassName
{
border-color: #F5576C;
}
</style>