Shades of Wild Watermelon #F5515F
Tints of Wild Watermelon #F5515F
RGB
CMYK
RGB Variations
Color information
#F5515F (or 0xF5515F) is known color: Wild Watermelon. HEX triplet: F5, 51 and 5F. RGB value is (245,81,95). Sum of RGB (Red+Green+Blue) = 245+81+95=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5515F is #0AAEA0. Grayscale: #838383. Windows color (decimal): -700065 or 6246901. OLE color: 6246901.
HSL color Cylindrical-coordinate representation of color #F5515F: hue angle of 354.88º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5515F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 95 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.04 |
| HSL | 354.88º | 0.89% | 0.64% | - |
| HSV(B) | 354.88º | 0.67% | 0.96% | - |
| XYZ | 42.66 | 26.12 | 13.62 | - |
| YUV | 131.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 95 | 0 | 0.67 | 0.61 | 0.04 | 354.88 | 0.89 | 0.64 |
| Hex | F5 | 51 | 5F | 0 | 43 | 3D | 4 | 163 | 59 | 40 |
| Octal | 365 | 121 | 137 | 0 | 103 | 75 | 4 | 543 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1011111 | 0 | 1000011 | 111101 | 100 | 101100011 | 1011001 | 1000000 |
Color Harmonies of #F5515F
Complementary color
Monochromatic Colors of #F5515F
Black with #F5515F
Text Example
Text Example
White with #F5515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5515F; }
p { color: rgb(245,81,95); }
H1.HeaderClassName
{
color: #F5515F;
}
.AnyTagClassName
{
color: #F5515F;
}
</style>
background-color css
<style>
a { background-color: #F5515F; }
a { background-color: rgb(245,81,95); }
div.DivClassName
{
background-color: #F5515F;
}
.BgClassName
{
background-color: #F5515F;
}
</style>
border-color css
<style>
span { border-color: #F5515F; }
span { border-color: rgb(245,81,95); }
td.TdClassName
{
border-color: #F5515F;
}
.TagClassName
{
border-color: #F5515F;
}
</style>