Shades of Wild Watermelon #FB5D70
Tints of Wild Watermelon #FB5D70
RGB
CMYK
RGB Variations
Color information
#FB5D70 (or 0xFB5D70) is known color: Wild Watermelon. HEX triplet: FB, 5D and 70. RGB value is (251,93,112). Sum of RGB (Red+Green+Blue) = 251+93+112=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D70 is #04A28F. Grayscale: #8E8E8E. Windows color (decimal): -303760 or 7364091. OLE color: 7364091.
HSL color Cylindrical-coordinate representation of color #FB5D70: hue angle of 352.78º 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 #FB5D70 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 112 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.02 |
| HSL | 352.78º | 0.95% | 0.67% | - |
| HSV(B) | 352.78º | 0.63% | 0.98% | - |
| XYZ | 46.62 | 29.51 | 18.57 | - |
| YUV | 142.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 112 | 0 | 0.63 | 0.55 | 0.02 | 352.78 | 0.95 | 0.67 |
| Hex | FB | 5D | 70 | 0 | 3F | 37 | 2 | 161 | 5F | 43 |
| Octal | 373 | 135 | 160 | 0 | 77 | 67 | 2 | 541 | 137 | 103 |
| Binary | 11111011 | 1011101 | 1110000 | 0 | 111111 | 110111 | 10 | 101100001 | 1011111 | 1000011 |
Color Harmonies of #FB5D70
Complementary color
Monochromatic Colors of #FB5D70
Black with #FB5D70
Text Example
Text Example
White with #FB5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D70; }
p { color: rgb(251,93,112); }
H1.HeaderClassName
{
color: #FB5D70;
}
.AnyTagClassName
{
color: #FB5D70;
}
</style>
background-color css
<style>
a { background-color: #FB5D70; }
a { background-color: rgb(251,93,112); }
div.DivClassName
{
background-color: #FB5D70;
}
.BgClassName
{
background-color: #FB5D70;
}
</style>
border-color css
<style>
span { border-color: #FB5D70; }
span { border-color: rgb(251,93,112); }
td.TdClassName
{
border-color: #FB5D70;
}
.TagClassName
{
border-color: #FB5D70;
}
</style>