Shades of Wild Watermelon #FB557C
Tints of Wild Watermelon #FB557C
RGB
CMYK
RGB Variations
Color information
#FB557C (or 0xFB557C) is known color: Wild Watermelon. HEX triplet: FB, 55 and 7C. RGB value is (251,85,124). Sum of RGB (Red+Green+Blue) = 251+85+124=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB557C is #04AA83. Grayscale: #8B8B8B. Windows color (decimal): -305796 or 8148475. OLE color: 8148475.
HSL color Cylindrical-coordinate representation of color #FB557C: hue angle of 345.9º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB557C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 124 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.02 |
| HSL | 345.9º | 0.95% | 0.66% | - |
| HSV(B) | 345.9º | 0.66% | 0.98% | - |
| XYZ | 46.67 | 28.46 | 22.1 | - |
| YUV | 139.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 124 | 0 | 0.66 | 0.51 | 0.02 | 345.9 | 0.95 | 0.66 |
| Hex | FB | 55 | 7C | 0 | 42 | 33 | 2 | 15A | 5F | 42 |
| Octal | 373 | 125 | 174 | 0 | 102 | 63 | 2 | 532 | 137 | 102 |
| Binary | 11111011 | 1010101 | 1111100 | 0 | 1000010 | 110011 | 10 | 101011010 | 1011111 | 1000010 |
Color Harmonies of #FB557C
Complementary color
Monochromatic Colors of #FB557C
Black with #FB557C
Text Example
Text Example
White with #FB557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB557C; }
p { color: rgb(251,85,124); }
H1.HeaderClassName
{
color: #FB557C;
}
.AnyTagClassName
{
color: #FB557C;
}
</style>
background-color css
<style>
a { background-color: #FB557C; }
a { background-color: rgb(251,85,124); }
div.DivClassName
{
background-color: #FB557C;
}
.BgClassName
{
background-color: #FB557C;
}
</style>
border-color css
<style>
span { border-color: #FB557C; }
span { border-color: rgb(251,85,124); }
td.TdClassName
{
border-color: #FB557C;
}
.TagClassName
{
border-color: #FB557C;
}
</style>