Shades of Wild Watermelon #F5466F
Tints of Wild Watermelon #F5466F
RGB
CMYK
RGB Variations
Color information
#F5466F (or 0xF5466F) is known color: Wild Watermelon. HEX triplet: F5, 46 and 6F. RGB value is (245,70,111). Sum of RGB (Red+Green+Blue) = 245+70+111=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5466F is #0AB990. Grayscale: #7F7F7F. Windows color (decimal): -702865 or 7292661. OLE color: 7292661.
HSL color Cylindrical-coordinate representation of color #F5466F: hue angle of 345.94º 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 #F5466F is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 111 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.04 |
| HSL | 345.94º | 0.9% | 0.62% | - |
| HSV(B) | 345.94º | 0.71% | 0.96% | - |
| XYZ | 42.72 | 24.94 | 17.6 | - |
| YUV | 127 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 111 | 0 | 0.71 | 0.55 | 0.04 | 345.94 | 0.9 | 0.62 |
| Hex | F5 | 46 | 6F | 0 | 47 | 37 | 4 | 15A | 5A | 3E |
| Octal | 365 | 106 | 157 | 0 | 107 | 67 | 4 | 532 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1101111 | 0 | 1000111 | 110111 | 100 | 101011010 | 1011010 | 111110 |
Color Harmonies of #F5466F
Complementary color
Monochromatic Colors of #F5466F
Black with #F5466F
Text Example
Text Example
White with #F5466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5466F; }
p { color: rgb(245,70,111); }
H1.HeaderClassName
{
color: #F5466F;
}
.AnyTagClassName
{
color: #F5466F;
}
</style>
background-color css
<style>
a { background-color: #F5466F; }
a { background-color: rgb(245,70,111); }
div.DivClassName
{
background-color: #F5466F;
}
.BgClassName
{
background-color: #F5466F;
}
</style>
border-color css
<style>
span { border-color: #F5466F; }
span { border-color: rgb(245,70,111); }
td.TdClassName
{
border-color: #F5466F;
}
.TagClassName
{
border-color: #F5466F;
}
</style>