Shades of Wild Watermelon #FB5D78
Tints of Wild Watermelon #FB5D78
RGB
CMYK
RGB Variations
Color information
#FB5D78 (or 0xFB5D78) is known color: Wild Watermelon. HEX triplet: FB, 5D and 78. RGB value is (251,93,120). Sum of RGB (Red+Green+Blue) = 251+93+120=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D78 is #04A287. Grayscale: #8F8F8F. Windows color (decimal): -303752 or 7888379. OLE color: 7888379.
HSL color Cylindrical-coordinate representation of color #FB5D78: hue angle of 349.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D78 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 120 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.02 |
| HSL | 349.75º | 0.95% | 0.67% | - |
| HSV(B) | 349.75º | 0.63% | 0.98% | - |
| XYZ | 47.09 | 29.69 | 21.02 | - |
| YUV | 143.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 120 | 0 | 0.63 | 0.52 | 0.02 | 349.75 | 0.95 | 0.67 |
| Hex | FB | 5D | 78 | 0 | 3F | 34 | 2 | 15E | 5F | 43 |
| Octal | 373 | 135 | 170 | 0 | 77 | 64 | 2 | 536 | 137 | 103 |
| Binary | 11111011 | 1011101 | 1111000 | 0 | 111111 | 110100 | 10 | 101011110 | 1011111 | 1000011 |
Color Harmonies of #FB5D78
Complementary color
Monochromatic Colors of #FB5D78
Black with #FB5D78
Text Example
Text Example
White with #FB5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D78; }
p { color: rgb(251,93,120); }
H1.HeaderClassName
{
color: #FB5D78;
}
.AnyTagClassName
{
color: #FB5D78;
}
</style>
background-color css
<style>
a { background-color: #FB5D78; }
a { background-color: rgb(251,93,120); }
div.DivClassName
{
background-color: #FB5D78;
}
.BgClassName
{
background-color: #FB5D78;
}
</style>
border-color css
<style>
span { border-color: #FB5D78; }
span { border-color: rgb(251,93,120); }
td.TdClassName
{
border-color: #FB5D78;
}
.TagClassName
{
border-color: #FB5D78;
}
</style>