Shades of Wild Watermelon #FB5D6D
Tints of Wild Watermelon #FB5D6D
RGB
CMYK
RGB Variations
Color information
#FB5D6D (or 0xFB5D6D) is known color: Wild Watermelon. HEX triplet: FB, 5D and 6D. RGB value is (251,93,109). Sum of RGB (Red+Green+Blue) = 251+93+109=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D6D is #04A292. Grayscale: #8E8E8E. Windows color (decimal): -303763 or 7167483. OLE color: 7167483.
HSL color Cylindrical-coordinate representation of color #FB5D6D: hue angle of 353.92º 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 #FB5D6D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 109 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.02 |
| HSL | 353.92º | 0.95% | 0.67% | - |
| HSV(B) | 353.92º | 0.63% | 0.98% | - |
| XYZ | 46.46 | 29.44 | 17.7 | - |
| YUV | 142.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 109 | 0 | 0.63 | 0.57 | 0.02 | 353.92 | 0.95 | 0.67 |
| Hex | FB | 5D | 6D | 0 | 3F | 39 | 2 | 162 | 5F | 43 |
| Octal | 373 | 135 | 155 | 0 | 77 | 71 | 2 | 542 | 137 | 103 |
| Binary | 11111011 | 1011101 | 1101101 | 0 | 111111 | 111001 | 10 | 101100010 | 1011111 | 1000011 |
Color Harmonies of #FB5D6D
Complementary color
Monochromatic Colors of #FB5D6D
Black with #FB5D6D
Text Example
Text Example
White with #FB5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D6D; }
p { color: rgb(251,93,109); }
H1.HeaderClassName
{
color: #FB5D6D;
}
.AnyTagClassName
{
color: #FB5D6D;
}
</style>
background-color css
<style>
a { background-color: #FB5D6D; }
a { background-color: rgb(251,93,109); }
div.DivClassName
{
background-color: #FB5D6D;
}
.BgClassName
{
background-color: #FB5D6D;
}
</style>
border-color css
<style>
span { border-color: #FB5D6D; }
span { border-color: rgb(251,93,109); }
td.TdClassName
{
border-color: #FB5D6D;
}
.TagClassName
{
border-color: #FB5D6D;
}
</style>