Shades of Wild Watermelon #F84975
Tints of Wild Watermelon #F84975
RGB
CMYK
RGB Variations
Color information
#F84975 (or 0xF84975) is known color: Wild Watermelon. HEX triplet: F8, 49 and 75. RGB value is (248,73,117). Sum of RGB (Red+Green+Blue) = 248+73+117=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F84975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84975 is #07B68A. Grayscale: #828282. Windows color (decimal): -505483 or 7686648. OLE color: 7686648.
HSL color Cylindrical-coordinate representation of color #F84975: hue angle of 344.91º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84975 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 117 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.03 |
| HSL | 344.91º | 0.93% | 0.63% | - |
| HSV(B) | 344.91º | 0.71% | 0.97% | - |
| XYZ | 44.3 | 26.01 | 19.51 | - |
| YUV | 130.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 117 | 0 | 0.71 | 0.53 | 0.03 | 344.91 | 0.93 | 0.63 |
| Hex | F8 | 49 | 75 | 0 | 47 | 35 | 3 | 159 | 5D | 3F |
| Octal | 370 | 111 | 165 | 0 | 107 | 65 | 3 | 531 | 135 | 77 |
| Binary | 11111000 | 1001001 | 1110101 | 0 | 1000111 | 110101 | 11 | 101011001 | 1011101 | 111111 |
Color Harmonies of #F84975
Complementary color
Monochromatic Colors of #F84975
Black with #F84975
Text Example
Text Example
White with #F84975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84975; }
p { color: rgb(248,73,117); }
H1.HeaderClassName
{
color: #F84975;
}
.AnyTagClassName
{
color: #F84975;
}
</style>
background-color css
<style>
a { background-color: #F84975; }
a { background-color: rgb(248,73,117); }
div.DivClassName
{
background-color: #F84975;
}
.BgClassName
{
background-color: #F84975;
}
</style>
border-color css
<style>
span { border-color: #F84975; }
span { border-color: rgb(248,73,117); }
td.TdClassName
{
border-color: #F84975;
}
.TagClassName
{
border-color: #F84975;
}
</style>