Shades of Wild Watermelon #F84D6F
Tints of Wild Watermelon #F84D6F
RGB
CMYK
RGB Variations
Color information
#F84D6F (or 0xF84D6F) is known color: Wild Watermelon. HEX triplet: F8, 4D and 6F. RGB value is (248,77,111). Sum of RGB (Red+Green+Blue) = 248+77+111=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D6F is #07B290. Grayscale: #848484. Windows color (decimal): -504465 or 7294456. OLE color: 7294456.
HSL color Cylindrical-coordinate representation of color #F84D6F: hue angle of 348.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84D6F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 111 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.03 |
| HSL | 348.07º | 0.92% | 0.64% | - |
| HSV(B) | 348.07º | 0.69% | 0.97% | - |
| XYZ | 44.23 | 26.41 | 17.81 | - |
| YUV | 132.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 111 | 0 | 0.69 | 0.55 | 0.03 | 348.07 | 0.92 | 0.64 |
| Hex | F8 | 4D | 6F | 0 | 45 | 37 | 3 | 15C | 5C | 40 |
| Octal | 370 | 115 | 157 | 0 | 105 | 67 | 3 | 534 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1101111 | 0 | 1000101 | 110111 | 11 | 101011100 | 1011100 | 1000000 |
Color Harmonies of #F84D6F
Complementary color
Monochromatic Colors of #F84D6F
Black with #F84D6F
Text Example
Text Example
White with #F84D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D6F; }
p { color: rgb(248,77,111); }
H1.HeaderClassName
{
color: #F84D6F;
}
.AnyTagClassName
{
color: #F84D6F;
}
</style>
background-color css
<style>
a { background-color: #F84D6F; }
a { background-color: rgb(248,77,111); }
div.DivClassName
{
background-color: #F84D6F;
}
.BgClassName
{
background-color: #F84D6F;
}
</style>
border-color css
<style>
span { border-color: #F84D6F; }
span { border-color: rgb(248,77,111); }
td.TdClassName
{
border-color: #F84D6F;
}
.TagClassName
{
border-color: #F84D6F;
}
</style>