Shades of Wild Watermelon #FB4D74
Tints of Wild Watermelon #FB4D74
RGB
CMYK
RGB Variations
Color information
#FB4D74 (or 0xFB4D74) is known color: Wild Watermelon. HEX triplet: FB, 4D and 74. RGB value is (251,77,116). Sum of RGB (Red+Green+Blue) = 251+77+116=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D74 is #04B28B. Grayscale: #858585. Windows color (decimal): -307852 or 7622139. OLE color: 7622139.
HSL color Cylindrical-coordinate representation of color #FB4D74: hue angle of 346.55º degrees, saturation: 0.96, 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 #FB4D74 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 116 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.02 |
| HSL | 346.55º | 0.96% | 0.64% | - |
| HSV(B) | 346.55º | 0.69% | 0.98% | - |
| XYZ | 45.59 | 27.08 | 19.35 | - |
| YUV | 133.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 116 | 0 | 0.69 | 0.54 | 0.02 | 346.55 | 0.96 | 0.64 |
| Hex | FB | 4D | 74 | 0 | 45 | 36 | 2 | 15B | 60 | 40 |
| Octal | 373 | 115 | 164 | 0 | 105 | 66 | 2 | 533 | 140 | 100 |
| Binary | 11111011 | 1001101 | 1110100 | 0 | 1000101 | 110110 | 10 | 101011011 | 1100000 | 1000000 |
Color Harmonies of #FB4D74
Complementary color
Monochromatic Colors of #FB4D74
Black with #FB4D74
Text Example
Text Example
White with #FB4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D74; }
p { color: rgb(251,77,116); }
H1.HeaderClassName
{
color: #FB4D74;
}
.AnyTagClassName
{
color: #FB4D74;
}
</style>
background-color css
<style>
a { background-color: #FB4D74; }
a { background-color: rgb(251,77,116); }
div.DivClassName
{
background-color: #FB4D74;
}
.BgClassName
{
background-color: #FB4D74;
}
</style>
border-color css
<style>
span { border-color: #FB4D74; }
span { border-color: rgb(251,77,116); }
td.TdClassName
{
border-color: #FB4D74;
}
.TagClassName
{
border-color: #FB4D74;
}
</style>