Shades of Wild Watermelon #FB4C6C
Tints of Wild Watermelon #FB4C6C
RGB
CMYK
RGB Variations
Color information
#FB4C6C (or 0xFB4C6C) is known color: Wild Watermelon. HEX triplet: FB, 4C and 6C. RGB value is (251,76,108). Sum of RGB (Red+Green+Blue) = 251+76+108=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C6C is #04B393. Grayscale: #848484. Windows color (decimal): -308116 or 7097595. OLE color: 7097595.
HSL color Cylindrical-coordinate representation of color #FB4C6C: hue angle of 349.03º 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 #FB4C6C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 108 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.02 |
| HSL | 349.03º | 0.96% | 0.64% | - |
| HSV(B) | 349.03º | 0.7% | 0.98% | - |
| XYZ | 45.07 | 26.76 | 16.98 | - |
| YUV | 131.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 108 | 0 | 0.70 | 0.57 | 0.02 | 349.03 | 0.96 | 0.64 |
| Hex | FB | 4C | 6C | 0 | 46 | 39 | 2 | 15D | 60 | 40 |
| Octal | 373 | 114 | 154 | 0 | 106 | 71 | 2 | 535 | 140 | 100 |
| Binary | 11111011 | 1001100 | 1101100 | 0 | 1000110 | 111001 | 10 | 101011101 | 1100000 | 1000000 |
Color Harmonies of #FB4C6C
Complementary color
Monochromatic Colors of #FB4C6C
Black with #FB4C6C
Text Example
Text Example
White with #FB4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C6C; }
p { color: rgb(251,76,108); }
H1.HeaderClassName
{
color: #FB4C6C;
}
.AnyTagClassName
{
color: #FB4C6C;
}
</style>
background-color css
<style>
a { background-color: #FB4C6C; }
a { background-color: rgb(251,76,108); }
div.DivClassName
{
background-color: #FB4C6C;
}
.BgClassName
{
background-color: #FB4C6C;
}
</style>
border-color css
<style>
span { border-color: #FB4C6C; }
span { border-color: rgb(251,76,108); }
td.TdClassName
{
border-color: #FB4C6C;
}
.TagClassName
{
border-color: #FB4C6C;
}
</style>