Shades of Wild Watermelon #FB4D6A
Tints of Wild Watermelon #FB4D6A
RGB
CMYK
RGB Variations
Color information
#FB4D6A (or 0xFB4D6A) is known color: Wild Watermelon. HEX triplet: FB, 4D and 6A. RGB value is (251,77,106). Sum of RGB (Red+Green+Blue) = 251+77+106=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D6A is #04B295. Grayscale: #848484. Windows color (decimal): -307862 or 6966779. OLE color: 6966779.
HSL color Cylindrical-coordinate representation of color #FB4D6A: hue angle of 350º 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 #FB4D6A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 106 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.02 |
| HSL | 350º | 0.96% | 0.64% | - |
| HSV(B) | 350º | 0.69% | 0.98% | - |
| XYZ | 45.04 | 26.86 | 16.45 | - |
| YUV | 132.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 106 | 0 | 0.69 | 0.58 | 0.02 | 350 | 0.96 | 0.64 |
| Hex | FB | 4D | 6A | 0 | 45 | 3A | 2 | 15E | 60 | 40 |
| Octal | 373 | 115 | 152 | 0 | 105 | 72 | 2 | 536 | 140 | 100 |
| Binary | 11111011 | 1001101 | 1101010 | 0 | 1000101 | 111010 | 10 | 101011110 | 1100000 | 1000000 |
Color Harmonies of #FB4D6A
Complementary color
Monochromatic Colors of #FB4D6A
Black with #FB4D6A
Text Example
Text Example
White with #FB4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D6A; }
p { color: rgb(251,77,106); }
H1.HeaderClassName
{
color: #FB4D6A;
}
.AnyTagClassName
{
color: #FB4D6A;
}
</style>
background-color css
<style>
a { background-color: #FB4D6A; }
a { background-color: rgb(251,77,106); }
div.DivClassName
{
background-color: #FB4D6A;
}
.BgClassName
{
background-color: #FB4D6A;
}
</style>
border-color css
<style>
span { border-color: #FB4D6A; }
span { border-color: rgb(251,77,106); }
td.TdClassName
{
border-color: #FB4D6A;
}
.TagClassName
{
border-color: #FB4D6A;
}
</style>