Shades of Wild Watermelon #F94D7A
Tints of Wild Watermelon #F94D7A
RGB
CMYK
RGB Variations
Color information
#F94D7A (or 0xF94D7A) is known color: Wild Watermelon. HEX triplet: F9, 4D and 7A. RGB value is (249,77,122). Sum of RGB (Red+Green+Blue) = 249+77+122=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D7A is #06B285. Grayscale: #858585. Windows color (decimal): -438918 or 8015353. OLE color: 8015353.
HSL color Cylindrical-coordinate representation of color #F94D7A: hue angle of 344.3º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94D7A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 122 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.02 |
| HSL | 344.3º | 0.93% | 0.64% | - |
| HSV(B) | 344.3º | 0.69% | 0.98% | - |
| XYZ | 45.23 | 26.85 | 21.21 | - |
| YUV | 133.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 122 | 0 | 0.69 | 0.51 | 0.02 | 344.3 | 0.93 | 0.64 |
| Hex | F9 | 4D | 7A | 0 | 45 | 33 | 2 | 158 | 5D | 40 |
| Octal | 371 | 115 | 172 | 0 | 105 | 63 | 2 | 530 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1111010 | 0 | 1000101 | 110011 | 10 | 101011000 | 1011101 | 1000000 |
Color Harmonies of #F94D7A
Complementary color
Monochromatic Colors of #F94D7A
Black with #F94D7A
Text Example
Text Example
White with #F94D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D7A; }
p { color: rgb(249,77,122); }
H1.HeaderClassName
{
color: #F94D7A;
}
.AnyTagClassName
{
color: #F94D7A;
}
</style>
background-color css
<style>
a { background-color: #F94D7A; }
a { background-color: rgb(249,77,122); }
div.DivClassName
{
background-color: #F94D7A;
}
.BgClassName
{
background-color: #F94D7A;
}
</style>
border-color css
<style>
span { border-color: #F94D7A; }
span { border-color: rgb(249,77,122); }
td.TdClassName
{
border-color: #F94D7A;
}
.TagClassName
{
border-color: #F94D7A;
}
</style>