Shades of Wild Watermelon #F84872
Tints of Wild Watermelon #F84872
RGB
CMYK
RGB Variations
Color information
#F84872 (or 0xF84872) is known color: Wild Watermelon. HEX triplet: F8, 48 and 72. RGB value is (248,72,114). Sum of RGB (Red+Green+Blue) = 248+72+114=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F84872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84872 is #07B78D. Grayscale: #818181. Windows color (decimal): -505742 or 7489784. OLE color: 7489784.
HSL color Cylindrical-coordinate representation of color #F84872: hue angle of 345.68º 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 #F84872 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 114 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.03 |
| HSL | 345.68º | 0.93% | 0.63% | - |
| HSV(B) | 345.68º | 0.71% | 0.97% | - |
| XYZ | 44.07 | 25.81 | 18.58 | - |
| YUV | 129.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 114 | 0 | 0.71 | 0.54 | 0.03 | 345.68 | 0.93 | 0.63 |
| Hex | F8 | 48 | 72 | 0 | 47 | 36 | 3 | 15A | 5D | 3F |
| Octal | 370 | 110 | 162 | 0 | 107 | 66 | 3 | 532 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1110010 | 0 | 1000111 | 110110 | 11 | 101011010 | 1011101 | 111111 |
Color Harmonies of #F84872
Complementary color
Monochromatic Colors of #F84872
Black with #F84872
Text Example
Text Example
White with #F84872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84872; }
p { color: rgb(248,72,114); }
H1.HeaderClassName
{
color: #F84872;
}
.AnyTagClassName
{
color: #F84872;
}
</style>
background-color css
<style>
a { background-color: #F84872; }
a { background-color: rgb(248,72,114); }
div.DivClassName
{
background-color: #F84872;
}
.BgClassName
{
background-color: #F84872;
}
</style>
border-color css
<style>
span { border-color: #F84872; }
span { border-color: rgb(248,72,114); }
td.TdClassName
{
border-color: #F84872;
}
.TagClassName
{
border-color: #F84872;
}
</style>