Shades of Wild Watermelon #FB4E7D
Tints of Wild Watermelon #FB4E7D
RGB
CMYK
RGB Variations
Color information
#FB4E7D (or 0xFB4E7D) is known color: Wild Watermelon. HEX triplet: FB, 4E and 7D. RGB value is (251,78,125). Sum of RGB (Red+Green+Blue) = 251+78+125=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4E7D is #04B182. Grayscale: #878787. Windows color (decimal): -307587 or 8212219. OLE color: 8212219.
HSL color Cylindrical-coordinate representation of color #FB4E7D: hue angle of 343.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4E7D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 125 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.02 |
| HSL | 343.7º | 0.96% | 0.65% | - |
| HSV(B) | 343.7º | 0.69% | 0.98% | - |
| XYZ | 46.21 | 27.44 | 22.26 | - |
| YUV | 135.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 125 | 0 | 0.69 | 0.50 | 0.02 | 343.7 | 0.96 | 0.65 |
| Hex | FB | 4E | 7D | 0 | 45 | 32 | 2 | 158 | 60 | 41 |
| Octal | 373 | 116 | 175 | 0 | 105 | 62 | 2 | 530 | 140 | 101 |
| Binary | 11111011 | 1001110 | 1111101 | 0 | 1000101 | 110010 | 10 | 101011000 | 1100000 | 1000001 |
Color Harmonies of #FB4E7D
Complementary color
Monochromatic Colors of #FB4E7D
Black with #FB4E7D
Text Example
Text Example
White with #FB4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E7D; }
p { color: rgb(251,78,125); }
H1.HeaderClassName
{
color: #FB4E7D;
}
.AnyTagClassName
{
color: #FB4E7D;
}
</style>
background-color css
<style>
a { background-color: #FB4E7D; }
a { background-color: rgb(251,78,125); }
div.DivClassName
{
background-color: #FB4E7D;
}
.BgClassName
{
background-color: #FB4E7D;
}
</style>
border-color css
<style>
span { border-color: #FB4E7D; }
span { border-color: rgb(251,78,125); }
td.TdClassName
{
border-color: #FB4E7D;
}
.TagClassName
{
border-color: #FB4E7D;
}
</style>