Shades of Wild Watermelon #FB4C7A
Tints of Wild Watermelon #FB4C7A
RGB
CMYK
RGB Variations
Color information
#FB4C7A (or 0xFB4C7A) is known color: Wild Watermelon. HEX triplet: FB, 4C and 7A. RGB value is (251,76,122). Sum of RGB (Red+Green+Blue) = 251+76+122=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C7A is #04B385. Grayscale: #858585. Windows color (decimal): -308102 or 8015099. OLE color: 8015099.
HSL color Cylindrical-coordinate representation of color #FB4C7A: hue angle of 344.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C7A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 122 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.02 |
| HSL | 344.23º | 0.96% | 0.64% | - |
| HSV(B) | 344.23º | 0.7% | 0.98% | - |
| XYZ | 45.88 | 27.08 | 21.22 | - |
| YUV | 133.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 122 | 0 | 0.70 | 0.51 | 0.02 | 344.23 | 0.96 | 0.64 |
| Hex | FB | 4C | 7A | 0 | 46 | 33 | 2 | 158 | 60 | 40 |
| Octal | 373 | 114 | 172 | 0 | 106 | 63 | 2 | 530 | 140 | 100 |
| Binary | 11111011 | 1001100 | 1111010 | 0 | 1000110 | 110011 | 10 | 101011000 | 1100000 | 1000000 |
Color Harmonies of #FB4C7A
Complementary color
Monochromatic Colors of #FB4C7A
Black with #FB4C7A
Text Example
Text Example
White with #FB4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C7A; }
p { color: rgb(251,76,122); }
H1.HeaderClassName
{
color: #FB4C7A;
}
.AnyTagClassName
{
color: #FB4C7A;
}
</style>
background-color css
<style>
a { background-color: #FB4C7A; }
a { background-color: rgb(251,76,122); }
div.DivClassName
{
background-color: #FB4C7A;
}
.BgClassName
{
background-color: #FB4C7A;
}
</style>
border-color css
<style>
span { border-color: #FB4C7A; }
span { border-color: rgb(251,76,122); }
td.TdClassName
{
border-color: #FB4C7A;
}
.TagClassName
{
border-color: #FB4C7A;
}
</style>