Shades of Wild Watermelon #F84D6B
Tints of Wild Watermelon #F84D6B
RGB
CMYK
RGB Variations
Color information
#F84D6B (or 0xF84D6B) is known color: Wild Watermelon. HEX triplet: F8, 4D and 6B. RGB value is (248,77,107). Sum of RGB (Red+Green+Blue) = 248+77+107=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D6B is #07B294. Grayscale: #838383. Windows color (decimal): -504469 or 7032312. OLE color: 7032312.
HSL color Cylindrical-coordinate representation of color #F84D6B: hue angle of 349.47º 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 #F84D6B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 107 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.03 |
| HSL | 349.47º | 0.92% | 0.64% | - |
| HSV(B) | 349.47º | 0.69% | 0.97% | - |
| XYZ | 44.02 | 26.33 | 16.67 | - |
| YUV | 131.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 107 | 0 | 0.69 | 0.57 | 0.03 | 349.47 | 0.92 | 0.64 |
| Hex | F8 | 4D | 6B | 0 | 45 | 39 | 3 | 15D | 5C | 40 |
| Octal | 370 | 115 | 153 | 0 | 105 | 71 | 3 | 535 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1101011 | 0 | 1000101 | 111001 | 11 | 101011101 | 1011100 | 1000000 |
Color Harmonies of #F84D6B
Complementary color
Monochromatic Colors of #F84D6B
Black with #F84D6B
Text Example
Text Example
White with #F84D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D6B; }
p { color: rgb(248,77,107); }
H1.HeaderClassName
{
color: #F84D6B;
}
.AnyTagClassName
{
color: #F84D6B;
}
</style>
background-color css
<style>
a { background-color: #F84D6B; }
a { background-color: rgb(248,77,107); }
div.DivClassName
{
background-color: #F84D6B;
}
.BgClassName
{
background-color: #F84D6B;
}
</style>
border-color css
<style>
span { border-color: #F84D6B; }
span { border-color: rgb(248,77,107); }
td.TdClassName
{
border-color: #F84D6B;
}
.TagClassName
{
border-color: #F84D6B;
}
</style>