Shades of Wild Watermelon #F84D6A
Tints of Wild Watermelon #F84D6A
RGB
CMYK
RGB Variations
Color information
#F84D6A (or 0xF84D6A) is known color: Wild Watermelon. HEX triplet: F8, 4D and 6A. RGB value is (248,77,106). Sum of RGB (Red+Green+Blue) = 248+77+106=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D6A is #07B295. Grayscale: #838383. Windows color (decimal): -504470 or 6966776. OLE color: 6966776.
HSL color Cylindrical-coordinate representation of color #F84D6A: hue angle of 349.82º 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 #F84D6A is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 106 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.03 |
| HSL | 349.82º | 0.92% | 0.64% | - |
| HSV(B) | 349.82º | 0.69% | 0.97% | - |
| XYZ | 43.97 | 26.3 | 16.4 | - |
| YUV | 131.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 106 | 0 | 0.69 | 0.57 | 0.03 | 349.82 | 0.92 | 0.64 |
| Hex | F8 | 4D | 6A | 0 | 45 | 39 | 3 | 15E | 5C | 40 |
| Octal | 370 | 115 | 152 | 0 | 105 | 71 | 3 | 536 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1101010 | 0 | 1000101 | 111001 | 11 | 101011110 | 1011100 | 1000000 |
Color Harmonies of #F84D6A
Complementary color
Monochromatic Colors of #F84D6A
Black with #F84D6A
Text Example
Text Example
White with #F84D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D6A; }
p { color: rgb(248,77,106); }
H1.HeaderClassName
{
color: #F84D6A;
}
.AnyTagClassName
{
color: #F84D6A;
}
</style>
background-color css
<style>
a { background-color: #F84D6A; }
a { background-color: rgb(248,77,106); }
div.DivClassName
{
background-color: #F84D6A;
}
.BgClassName
{
background-color: #F84D6A;
}
</style>
border-color css
<style>
span { border-color: #F84D6A; }
span { border-color: rgb(248,77,106); }
td.TdClassName
{
border-color: #F84D6A;
}
.TagClassName
{
border-color: #F84D6A;
}
</style>