Shades of Wild Watermelon #F8616D
Tints of Wild Watermelon #F8616D
RGB
CMYK
RGB Variations
Color information
#F8616D (or 0xF8616D) is known color: Wild Watermelon. HEX triplet: F8, 61 and 6D. RGB value is (248,97,109). Sum of RGB (Red+Green+Blue) = 248+97+109=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8616D is #079E92. Grayscale: #8F8F8F. Windows color (decimal): -499347 or 7168504. OLE color: 7168504.
HSL color Cylindrical-coordinate representation of color #F8616D: hue angle of 355.23º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8616D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 109 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.03 |
| HSL | 355.23º | 0.92% | 0.68% | - |
| HSV(B) | 355.23º | 0.61% | 0.97% | - |
| XYZ | 45.75 | 29.61 | 17.77 | - |
| YUV | 143.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 109 | 0 | 0.61 | 0.56 | 0.03 | 355.23 | 0.92 | 0.68 |
| Hex | F8 | 61 | 6D | 0 | 3D | 38 | 3 | 163 | 5C | 44 |
| Octal | 370 | 141 | 155 | 0 | 75 | 70 | 3 | 543 | 134 | 104 |
| Binary | 11111000 | 1100001 | 1101101 | 0 | 111101 | 111000 | 11 | 101100011 | 1011100 | 1000100 |
Color Harmonies of #F8616D
Complementary color
Monochromatic Colors of #F8616D
Black with #F8616D
Text Example
Text Example
White with #F8616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8616D; }
p { color: rgb(248,97,109); }
H1.HeaderClassName
{
color: #F8616D;
}
.AnyTagClassName
{
color: #F8616D;
}
</style>
background-color css
<style>
a { background-color: #F8616D; }
a { background-color: rgb(248,97,109); }
div.DivClassName
{
background-color: #F8616D;
}
.BgClassName
{
background-color: #F8616D;
}
</style>
border-color css
<style>
span { border-color: #F8616D; }
span { border-color: rgb(248,97,109); }
td.TdClassName
{
border-color: #F8616D;
}
.TagClassName
{
border-color: #F8616D;
}
</style>