Shades of Wild Watermelon #F84C7A
Tints of Wild Watermelon #F84C7A
RGB
CMYK
RGB Variations
Color information
#F84C7A (or 0xF84C7A) is known color: Wild Watermelon. HEX triplet: F8, 4C and 7A. RGB value is (248,76,122). Sum of RGB (Red+Green+Blue) = 248+76+122=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C7A is #07B385. Grayscale: #848484. Windows color (decimal): -504710 or 8015096. OLE color: 8015096.
HSL color Cylindrical-coordinate representation of color #F84C7A: hue angle of 343.95º 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 #F84C7A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 122 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.03 |
| HSL | 343.95º | 0.92% | 0.64% | - |
| HSV(B) | 343.95º | 0.69% | 0.97% | - |
| XYZ | 44.81 | 26.53 | 21.17 | - |
| YUV | 132.67 | 121.98 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 122 | 0 | 0.69 | 0.51 | 0.03 | 343.95 | 0.92 | 0.64 |
| Hex | F8 | 4C | 7A | 0 | 45 | 33 | 3 | 158 | 5C | 40 |
| Octal | 370 | 114 | 172 | 0 | 105 | 63 | 3 | 530 | 134 | 100 |
| Binary | 11111000 | 1001100 | 1111010 | 0 | 1000101 | 110011 | 11 | 101011000 | 1011100 | 1000000 |
Color Harmonies of #F84C7A
Complementary color
Monochromatic Colors of #F84C7A
Black with #F84C7A
Text Example
Text Example
White with #F84C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C7A; }
p { color: rgb(248,76,122); }
H1.HeaderClassName
{
color: #F84C7A;
}
.AnyTagClassName
{
color: #F84C7A;
}
</style>
background-color css
<style>
a { background-color: #F84C7A; }
a { background-color: rgb(248,76,122); }
div.DivClassName
{
background-color: #F84C7A;
}
.BgClassName
{
background-color: #F84C7A;
}
</style>
border-color css
<style>
span { border-color: #F84C7A; }
span { border-color: rgb(248,76,122); }
td.TdClassName
{
border-color: #F84C7A;
}
.TagClassName
{
border-color: #F84C7A;
}
</style>