Shades of Wild Watermelon #FB5B78
Tints of Wild Watermelon #FB5B78
RGB
CMYK
RGB Variations
Color information
#FB5B78 (or 0xFB5B78) is known color: Wild Watermelon. HEX triplet: FB, 5B and 78. RGB value is (251,91,120). Sum of RGB (Red+Green+Blue) = 251+91+120=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B78 is #04A487. Grayscale: #8E8E8E. Windows color (decimal): -304264 or 7887867. OLE color: 7887867.
HSL color Cylindrical-coordinate representation of color #FB5B78: hue angle of 349.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5B78 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 120 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.02 |
| HSL | 349.13º | 0.95% | 0.67% | - |
| HSV(B) | 349.13º | 0.64% | 0.98% | - |
| XYZ | 46.91 | 29.35 | 20.96 | - |
| YUV | 142.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 120 | 0 | 0.64 | 0.52 | 0.02 | 349.13 | 0.95 | 0.67 |
| Hex | FB | 5B | 78 | 0 | 40 | 34 | 2 | 15D | 5F | 43 |
| Octal | 373 | 133 | 170 | 0 | 100 | 64 | 2 | 535 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1111000 | 0 | 1000000 | 110100 | 10 | 101011101 | 1011111 | 1000011 |
Color Harmonies of #FB5B78
Complementary color
Monochromatic Colors of #FB5B78
Black with #FB5B78
Text Example
Text Example
White with #FB5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B78; }
p { color: rgb(251,91,120); }
H1.HeaderClassName
{
color: #FB5B78;
}
.AnyTagClassName
{
color: #FB5B78;
}
</style>
background-color css
<style>
a { background-color: #FB5B78; }
a { background-color: rgb(251,91,120); }
div.DivClassName
{
background-color: #FB5B78;
}
.BgClassName
{
background-color: #FB5B78;
}
</style>
border-color css
<style>
span { border-color: #FB5B78; }
span { border-color: rgb(251,91,120); }
td.TdClassName
{
border-color: #FB5B78;
}
.TagClassName
{
border-color: #FB5B78;
}
</style>