Shades of Wild Watermelon #FB5E74
Tints of Wild Watermelon #FB5E74
RGB
CMYK
RGB Variations
Color information
#FB5E74 (or 0xFB5E74) is known color: Wild Watermelon. HEX triplet: FB, 5E and 74. RGB value is (251,94,116). Sum of RGB (Red+Green+Blue) = 251+94+116=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E74 is #04A18B. Grayscale: #8F8F8F. Windows color (decimal): -303500 or 7626491. OLE color: 7626491.
HSL color Cylindrical-coordinate representation of color #FB5E74: hue angle of 351.59º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E74 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 116 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.02 |
| HSL | 351.59º | 0.95% | 0.68% | - |
| HSV(B) | 351.59º | 0.63% | 0.98% | - |
| XYZ | 46.94 | 29.78 | 19.8 | - |
| YUV | 143.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 116 | 0 | 0.63 | 0.54 | 0.02 | 351.59 | 0.95 | 0.68 |
| Hex | FB | 5E | 74 | 0 | 3F | 36 | 2 | 160 | 5F | 44 |
| Octal | 373 | 136 | 164 | 0 | 77 | 66 | 2 | 540 | 137 | 104 |
| Binary | 11111011 | 1011110 | 1110100 | 0 | 111111 | 110110 | 10 | 101100000 | 1011111 | 1000100 |
Color Harmonies of #FB5E74
Complementary color
Monochromatic Colors of #FB5E74
Black with #FB5E74
Text Example
Text Example
White with #FB5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E74; }
p { color: rgb(251,94,116); }
H1.HeaderClassName
{
color: #FB5E74;
}
.AnyTagClassName
{
color: #FB5E74;
}
</style>
background-color css
<style>
a { background-color: #FB5E74; }
a { background-color: rgb(251,94,116); }
div.DivClassName
{
background-color: #FB5E74;
}
.BgClassName
{
background-color: #FB5E74;
}
</style>
border-color css
<style>
span { border-color: #FB5E74; }
span { border-color: rgb(251,94,116); }
td.TdClassName
{
border-color: #FB5E74;
}
.TagClassName
{
border-color: #FB5E74;
}
</style>