Shades of Wild Watermelon #F84C6B
Tints of Wild Watermelon #F84C6B
RGB
CMYK
RGB Variations
Color information
#F84C6B (or 0xF84C6B) is known color: Wild Watermelon. HEX triplet: F8, 4C and 6B. RGB value is (248,76,107). Sum of RGB (Red+Green+Blue) = 248+76+107=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C6B is #07B394. Grayscale: #838383. Windows color (decimal): -504725 or 7032056. OLE color: 7032056.
HSL color Cylindrical-coordinate representation of color #F84C6B: hue angle of 349.19º 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 #F84C6B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 107 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.03 |
| HSL | 349.19º | 0.92% | 0.64% | - |
| HSV(B) | 349.19º | 0.69% | 0.97% | - |
| XYZ | 43.95 | 26.19 | 16.65 | - |
| YUV | 130.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 107 | 0 | 0.69 | 0.57 | 0.03 | 349.19 | 0.92 | 0.64 |
| Hex | F8 | 4C | 6B | 0 | 45 | 39 | 3 | 15D | 5C | 40 |
| Octal | 370 | 114 | 153 | 0 | 105 | 71 | 3 | 535 | 134 | 100 |
| Binary | 11111000 | 1001100 | 1101011 | 0 | 1000101 | 111001 | 11 | 101011101 | 1011100 | 1000000 |
Color Harmonies of #F84C6B
Complementary color
Monochromatic Colors of #F84C6B
Black with #F84C6B
Text Example
Text Example
White with #F84C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C6B; }
p { color: rgb(248,76,107); }
H1.HeaderClassName
{
color: #F84C6B;
}
.AnyTagClassName
{
color: #F84C6B;
}
</style>
background-color css
<style>
a { background-color: #F84C6B; }
a { background-color: rgb(248,76,107); }
div.DivClassName
{
background-color: #F84C6B;
}
.BgClassName
{
background-color: #F84C6B;
}
</style>
border-color css
<style>
span { border-color: #F84C6B; }
span { border-color: rgb(248,76,107); }
td.TdClassName
{
border-color: #F84C6B;
}
.TagClassName
{
border-color: #F84C6B;
}
</style>