Shades of Wild Watermelon #F84675
Tints of Wild Watermelon #F84675
RGB
CMYK
RGB Variations
Color information
#F84675 (or 0xF84675) is known color: Wild Watermelon. HEX triplet: F8, 46 and 75. RGB value is (248,70,117). Sum of RGB (Red+Green+Blue) = 248+70+117=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F84675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84675 is #07B98A. Grayscale: #808080. Windows color (decimal): -506251 or 7685880. OLE color: 7685880.
HSL color Cylindrical-coordinate representation of color #F84675: hue angle of 344.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F84675 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 117 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.03 |
| HSL | 344.16º | 0.93% | 0.62% | - |
| HSV(B) | 344.16º | 0.72% | 0.97% | - |
| XYZ | 44.11 | 25.62 | 19.45 | - |
| YUV | 128.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 117 | 0 | 0.72 | 0.53 | 0.03 | 344.16 | 0.93 | 0.62 |
| Hex | F8 | 46 | 75 | 0 | 48 | 35 | 3 | 158 | 5D | 3E |
| Octal | 370 | 106 | 165 | 0 | 110 | 65 | 3 | 530 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1110101 | 0 | 1001000 | 110101 | 11 | 101011000 | 1011101 | 111110 |
Color Harmonies of #F84675
Complementary color
Monochromatic Colors of #F84675
Black with #F84675
Text Example
Text Example
White with #F84675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84675; }
p { color: rgb(248,70,117); }
H1.HeaderClassName
{
color: #F84675;
}
.AnyTagClassName
{
color: #F84675;
}
</style>
background-color css
<style>
a { background-color: #F84675; }
a { background-color: rgb(248,70,117); }
div.DivClassName
{
background-color: #F84675;
}
.BgClassName
{
background-color: #F84675;
}
</style>
border-color css
<style>
span { border-color: #F84675; }
span { border-color: rgb(248,70,117); }
td.TdClassName
{
border-color: #F84675;
}
.TagClassName
{
border-color: #F84675;
}
</style>